Skip to content

Commit

Permalink
Merge pull request #214 from LifeSG/rbs-theme-shadow-color-fix
Browse files Browse the repository at this point in the history
Fix incorrect shadow accent value for RBS theme
  • Loading branch information
keithtxw authored Jun 23, 2023
2 parents e37f45f + f3db404 commit dd963e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spec/color-spec/rbs-color-set.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export const RBSColorSet: ColorSet = {
},
} as ValidationTypes,
Shadow: {
Accent: "rgb(90, 87, 255)",
Accent: "rgba(90, 87, 255, 0.5)",
Red: "rgba(221, 102, 102, 0.8)",
Elevation: "rgba(75, 83, 159, 0.24)",
},
Expand Down

0 comments on commit dd963e8

Please sign in to comment.