Skip to content

Commit

Permalink
fix(): Remove commas.
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanCQ committed Sep 26, 2024
1 parent eeea7fb commit ab586a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tokens.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
--chart-4: 43 74% 66%;
--chart-5: 27 87% 67%;
/** Quantinuum brand color **/
--quantinuum: 170, 54%, 41%;
--quantinuum: 170 54% 41%;
}

:root [data-theme="dark"] {
Expand Down Expand Up @@ -53,5 +53,5 @@
--chart-3: 30 80% 55%;
--chart-4: 280 65% 60%;
--chart-5: 340 75% 55%;
--quantinuum: 170, 54%, 41%;
--quantinuum: 170 54% 41%;
}

0 comments on commit ab586a5

Please sign in to comment.