Skip to content

Commit

Permalink
fix: solid colors (chatwoot#10321)
Browse files Browse the repository at this point in the history
Fix mismatch in CSS vars for `amber` and `blue` solid colors
  • Loading branch information
scmmishra authored Oct 18, 2024
1 parent dff5701 commit 4e64097
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/javascript/dashboard/assets/scss/_woot.scss
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,11 @@
--solid-2: 252 252 252;
--solid-3: 255 255 255;
--solid-active: 250 251 251;
--solid-amber: 252 232 193;
--solid-blue: 218 236 255;
--white-alpha: 255 255 255 0.1;
--border-weak: 231 231 231;
--border-strong: 235 235 235;
--amber-solid: 252 232 193;
--blue-solid: 218 236 255;
--blue: 39 129 246;

/* alpha is added by default */
Expand Down Expand Up @@ -181,11 +181,11 @@
--solid-1: 23 23 26;
--solid-2: 29 30 36;
--solid-3: 36 38 48;
--solid-amber: 42 37 30;
--solid-blue: 16 49 91;
--solid-active: 51 53 64;
--border-weak: 34 34 37;
--border-strong: 46 47 49;
--amber-solid: 42 37 30;
--blue-solid: 16 49 91;
--blue: 126 182 255;

/* alpha is added by default */
Expand Down

0 comments on commit 4e64097

Please sign in to comment.