Skip to content

Commit

Permalink
Adjust checkbox colors
Browse files Browse the repository at this point in the history
  • Loading branch information
lucanovera committed Jan 17, 2025
1 parent fe2e0b4 commit 4b0b116
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions clients/fidesui/src/FidesUITheme.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ const linkTheme = defineStyleConfig({
color: palette.FIDESUI_LINK,
},
});
const checkboxTheme = defineStyleConfig({
defaultProps: {
colorScheme: "primary",
},
});

export const theme: Dict = extendChakraTheme({
colors: {
Expand Down Expand Up @@ -241,6 +246,7 @@ export const theme: Dict = extendChakraTheme({
Badge: badgeTheme,
Input: inputTheme,
Link: linkTheme,
Checkbox: checkboxTheme,
},
});

Expand Down

0 comments on commit 4b0b116

Please sign in to comment.