diff --git a/src/components/CheckBox/CheckBox.style.ts b/src/components/CheckBox/CheckBox.style.ts index 6c7f05ddb..24278f246 100644 --- a/src/components/CheckBox/CheckBox.style.ts +++ b/src/components/CheckBox/CheckBox.style.ts @@ -29,7 +29,7 @@ export const checkboxStyle = ({ intermediate, checked }: Props) => ( background: ${checked ? intermediate ? theme.palette.flat.darkGray[400] - : theme.palette.branded1[400] + : theme.palette.branded1[300] : theme.palette.flat.lightGray[300]}; border: 0; border-radius: ${rem(2)}; @@ -53,7 +53,7 @@ export const checkboxStyle = ({ intermediate, checked }: Props) => ( vertical-align: text-top; width: ${rem(26)}; height: ${rem(26)}; - background: ${theme.palette.flat.lightGray[400]}; + background: ${theme.palette.flat.lightGray[300]}; border-radius: ${rem(2)}; } diff --git a/src/components/CheckBox/__snapshots__/CheckBox.stories.storyshot b/src/components/CheckBox/__snapshots__/CheckBox.stories.storyshot index 945824f30..8387e4566 100644 --- a/src/components/CheckBox/__snapshots__/CheckBox.stories.storyshot +++ b/src/components/CheckBox/__snapshots__/CheckBox.stories.storyshot @@ -56,7 +56,7 @@ exports[`Storyshots Design System/CheckBox CheckBox with Label 1`] = ` >