Skip to content

Commit 7e33361

Browse files
authored
Merge pull request #9357 from MrJithil/fix-9327
fix the checbox static white color check on all themes
2 parents c09d1a6 + 88ed70e commit 7e33361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Checkbox.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const CustomIcon = (props: CheckboxIconProps) => {
1111
<Icon
1212
viewBox="0 0 24 24"
1313
fill="none"
14-
stroke="white"
14+
stroke="buttonColor"
1515
strokeWidth="2px"
1616
w="100%"
1717
h="100%"

0 commit comments

Comments
 (0)