From dc3d5f31ffd45404ebc2a600a44aff51db72b5ce Mon Sep 17 00:00:00 2001 From: panagiotis vourtsis Date: Thu, 24 Sep 2020 12:54:21 +0300 Subject: [PATCH] fix: update checkbox color --- src/components/CheckBox/CheckBox.style.ts | 2 +- .../__snapshots__/CheckBox.stories.storyshot | 10 +++--- .../__snapshots__/Table.stories.storyshot | 36 +++++++++---------- 3 files changed, 24 insertions(+), 24 deletions(-) diff --git a/src/components/CheckBox/CheckBox.style.ts b/src/components/CheckBox/CheckBox.style.ts index 579bf7aeb..6c7f05ddb 100644 --- a/src/components/CheckBox/CheckBox.style.ts +++ b/src/components/CheckBox/CheckBox.style.ts @@ -30,7 +30,7 @@ export const checkboxStyle = ({ intermediate, checked }: Props) => ( ? intermediate ? theme.palette.flat.darkGray[400] : theme.palette.branded1[400] - : theme.palette.flat.lightGray[400]}; + : theme.palette.flat.lightGray[300]}; border: 0; border-radius: ${rem(2)}; width: ${rem(26)}; diff --git a/src/components/CheckBox/__snapshots__/CheckBox.stories.storyshot b/src/components/CheckBox/__snapshots__/CheckBox.stories.storyshot index 5fd51314f..945824f30 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`] = ` >