Skip to content

Commit

Permalink
fix: update checkbox inner background dark color
Browse files Browse the repository at this point in the history
  • Loading branch information
driss-chelouati committed Dec 20, 2023
1 parent 5a8d897 commit ba65672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/components/checkbox/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default plugin.withOptions(
[`@apply absolute start-0 top-0 z-0 h-${config.inner.size} w-${config.inner.size}`]:
{},
//Background
[`@apply bg-${config.inner.background.light} dark:bg-${config.inner.background.light}`]:
[`@apply bg-${config.inner.background.light} dark:bg-${config.inner.background.dark}`]:
{},
//Border
[`@apply border-2 border-${config.inner.border.light} dark:border-${config.inner.border.dark}`]:
Expand Down

0 comments on commit ba65672

Please sign in to comment.