Skip to content

Commit

Permalink
Merge pull request #352 from vrk-kpa/fix/checkbox-hintText-color
Browse files Browse the repository at this point in the history
[Fix] CheckBox hintText to use different color token
  • Loading branch information
ketsappi authored Jun 9, 2020
2 parents 70bb935 + 40db945 commit 3bcb349
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/core/Form/Checkbox/Checkbox.baseStyles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ export const baseStyles = withSuomifiTheme(
display: block;
padding-left: ${theme.spacing.l};
font-size: ${theme.typography.bodyTextSmall};
color: ${theme.colors.depthBase};
color: ${theme.colors.depthDark1};
}
& .fi-checkbox_status {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ exports[`Calling render with the same component on the same container does not r
font-size: 16px;
line-height: 1.5;
font-weight: 400;
color: hsl(202,7%,67%);
color: hsl(202,7%,40%);
}
.c1 .fi-checkbox_status {
Expand Down

0 comments on commit 3bcb349

Please sign in to comment.