Skip to content

Commit

Permalink
Fix: light colors for asks, bids
Browse files Browse the repository at this point in the history
  • Loading branch information
akushniruk authored and akhlopiachyi committed Apr 16, 2020
1 parent d5c07ba commit 3b6bc51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/styles/themes/light.pcss
Expand Up @@ -17,8 +17,8 @@
--rgb-system-green: 84, 180, 137;
--rgb-system-red: 189, 48, 57;
--rgb-system-yellow: 224, 163, 0;
--rgb-asks: 84, 180, 137;
--rgb-bids: 232, 94, 89;
--rgb-asks: 232, 94, 89;
--rgb-bids: 84, 180, 137;
--rgb-primary-text-color: 23, 28, 41; /* switch to dark */
--rgb-text-contrast-color: 255, 255, 255; /* switch to dark */
--rgb-input-background-color: 255, 255, 255; /* switch to dark */
Expand Down

0 comments on commit 3b6bc51

Please sign in to comment.