Skip to content

Commit

Permalink
Primary rest color green.5 and hover green.6
Browse files Browse the repository at this point in the history
  • Loading branch information
simonewebdesign committed Feb 14, 2024
1 parent 6050238 commit 7e485e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/colors/vars/component_light.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,11 @@ export default {

primary: {
text: get('scale.white'),
bg: get('scale.prov.green.6'),
bg: get('scale.prov.green.5'),
border: get('border.subtle'),
shadow: (theme: any) => `0 1px 0 ${alpha(get('scale.black'), 0.1)(theme)}`,
insetShadow: (theme: any) => `inset 0 1px 0 ${alpha(get('scale.white'), 0.03)(theme)}`,
hoverBg: get('scale.prov.green.5'),
hoverBg: get('scale.prov.green.6'),
hoverBorder: get('border.subtle'),
selectedBg: darken(get('btn.primary.hoverBg'), 0.02),
selectedShadow: (theme: any) => `inset 0 1px 0 ${alpha(get('scale.prov.green.9'), 0.2)(theme)}`,
Expand Down

0 comments on commit 7e485e6

Please sign in to comment.