Skip to content

Commit

Permalink
fix: checkbox background color to use background default instead of t…
Browse files Browse the repository at this point in the history
…ransparent
  • Loading branch information
georgewrmarshall committed Apr 26, 2024
1 parent 8860a10 commit f00c19c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/components/component-library/checkbox/checkbox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export const Checkbox: CheckboxComponent = React.forwardRef(
backgroundColor={
isChecked || isIndeterminate
? BackgroundColor.primaryDefault
: BackgroundColor.transparent
: BackgroundColor.backgroundDefault
}
borderColor={
isChecked || isIndeterminate
Expand Down

0 comments on commit f00c19c

Please sign in to comment.