Skip to content

Commit

Permalink
Updated box shadow pptys
Browse files Browse the repository at this point in the history
Adjusted box shadow pptys to look more like the ones in Figma
  • Loading branch information
vivchong committed Aug 24, 2023
1 parent 4be5b1c commit 079bf1c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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 4px 1px ${Color.Shadow.Accent}
inset 0 0 3px 0px ${Color.Shadow.Accent}
`,
InputErrorBoxShadow: css`
inset 0 0 4px 1px ${Color.Shadow.Red}
inset 0 0 3px 0px ${Color.Shadow.Red}
`,
ElevationBoxShadow: css`
0px 2px 8px ${Color.Shadow.Elevation}
Expand Down
4 changes: 2 additions & 2 deletions src/spec/design-token-spec/rbs-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 RBSDesignTokenSet: DesignTokenSet = {
InputBoxShadow: css`
inset 0 0 6px 1px ${Color.Shadow.Accent}
inset 0 0 3px 0px ${Color.Shadow.Accent}
`,
InputErrorBoxShadow: css`
inset 0 0 6px 1px ${Color.Shadow.Red}
inset 0 0 3px 0px ${Color.Shadow.Red}
`,
ElevationBoxShadow: css`
0px 2px 8px ${Color.Shadow.Elevation}
Expand Down

0 comments on commit 079bf1c

Please sign in to comment.