Skip to content

Commit

Permalink
fix(BasThemeSwitch): fix border styles in theme switch component
Browse files Browse the repository at this point in the history
  • Loading branch information
driss-chelouati committed Dec 19, 2023
1 parent 917b0bd commit 7ef5ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/components/theme-switch/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export default plugin.withOptions(

[`.${prefix}theme-switch-inner`]: {
//Border
[`@apply border border-${config.inverted.disabled.inner.background.light} dark:border-${config.inverted.disabled.inner.background.dark}`]:
[`@apply border border-${config.inverted.disabled.inner.border.light} dark:border-${config.inverted.disabled.inner.border.dark}`]:
{},
//Background
[`@apply bg-${config.inverted.disabled.inner.background.light} dark:bg-${config.inverted.disabled.inner.background.dark}`]:
Expand Down

0 comments on commit 7ef5ed6

Please sign in to comment.