Skip to content

Commit

Permalink
chore: aqua should be lightblue
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksteffens committed Jul 25, 2023
1 parent 71b127a commit d37a5f8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/styles/fluid/components/on-off-switch.scss
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,14 @@
}

&.on {
background: theme('colors.aqua.400');
border-color: theme('colors.aqua.500');
background: theme('colors.lightblue.400');
border-color: theme('colors.lightblue.500');
span {
left: calc(2.5rem - 0.1rem);
border-color: theme('colors.aqua.500');
border-color: theme('colors.lightblue.500');
}
&.pressed {
background: theme('colors.aqua.500');
background: theme('colors.lightblue.500');
}
.liquid-child:nth-child(1) {
color: theme('colors.neutral.100');
Expand Down

0 comments on commit d37a5f8

Please sign in to comment.