Skip to content

Commit

Permalink
fix(core): invalid css variable name for shadow of navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Nov 29, 2023
1 parent ac3cedc commit 14f641c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/core/styles/mixins/mixins.less
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@

// Navigation
& when (@mode = 6) {
box-shadow: var(--tui-shadow-basic-navigation);
box-shadow: var(--tui-shadow-navigation);
}

// Modal mobile
Expand Down

0 comments on commit 14f641c

Please sign in to comment.