Skip to content
This repository was archived by the owner on Feb 19, 2025. It is now read-only.

Commit c424f1f

Browse files
authored
Merge pull request #127 from supabase/fix/checkbox-color
fix: lightmode checkbox color
2 parents 91baf0b + f828d21 commit c424f1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Checkbox/Checkbox.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828

2929
.sbui-checkbox[type='checkbox']:checked {
3030
@apply dark:bg-brand-700;
31+
@apply bg-brand-700;
3132
border-color: transparent;
32-
background-color: currentColor;
3333
background-size: 100% 100%;
3434
background-position: center;
3535
background-repeat: no-repeat;

0 commit comments

Comments
 (0)