Skip to content

Commit

Permalink
update state opacity
Browse files Browse the repository at this point in the history
  • Loading branch information
chloerei committed Jul 14, 2024
1 parent d1d4d95 commit f7d5cc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/css/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ $breakpoints: (

:root {
--opacity-state-hover: 8%;
--opacity-state-focus: 12%;
--opacity-state-press: 12%;
--opacity-state-focus: 10%;
--opacity-state-press: 10%;
--opacity-state-drag: 16%;

--space-0: 0px;
Expand Down

0 comments on commit f7d5cc8

Please sign in to comment.