Skip to content

Commit

Permalink
Changed blur value from 3px to 4px
Browse files Browse the repository at this point in the history
In preparation for dimension tokens.
  • Loading branch information
vivchong committed Sep 14, 2023
1 parent 12a772b commit b4041f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/spec/design-token-spec/base-design-token-set.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ import { DesignTokenSet } from "../../design-token/types";

export const BaseDesignTokenSet: DesignTokenSet = {
InputBoxShadow: css`
inset 0 0 3px 0px ${Color.Shadow.Accent}
inset 0 0 4px 0px ${Color.Shadow.Accent}
`,
InputErrorBoxShadow: css`
inset 0 0 3px 0px ${Color.Shadow.Red}
inset 0 0 4px 0px ${Color.Shadow.Red}
`,
ElevationBoxShadow: css`
0px 2px 8px ${Color.Shadow.Elevation}
Expand Down

0 comments on commit b4041f7

Please sign in to comment.