Skip to content

Commit

Permalink
[fix](@svelteui/core): wrong color in dark mode for Burger when provi…
Browse files Browse the repository at this point in the history
…ding prop color

ISSUES CLOSED: #463
  • Loading branch information
BeeMargarida committed Sep 28, 2023
1 parent e2b4e5e commit fed606c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default createStyles((theme, { color, size, opened }: BurgerStyleParams)

'&, &:before, &:after': {
[`${theme.dark} &`]: {
backgroundColor: 'white'
backgroundColor: theme.fn.themeColor(color, 8)
},
display: 'block',
width: sizeValue,
Expand Down

0 comments on commit fed606c

Please sign in to comment.