aboutsummaryrefslogtreecommitdiff
path: root/src/_colors.scss
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.xyz>2022-10-01 19:48:06 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.xyz>2022-10-01 19:48:06 +0530
commitfd5ed8aa4f159c8e1c0476915432e0a97a239a91 (patch)
tree42d3563472d9032c27f4e3a87dff85ec19362a94 /src/_colors.scss
parente4dbf70d561aa3ed79379ffdb98661cb3f215fe9 (diff)
fixed warning 'component changing controlled input to uncontrolled' while editing shipping addresses
Diffstat (limited to 'src/_colors.scss')
-rw-r--r--src/_colors.scss7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/_colors.scss b/src/_colors.scss
index 12e4b92..ced67aa 100644
--- a/src/_colors.scss
+++ b/src/_colors.scss
@@ -16,10 +16,17 @@
*/
$primaryAccentColor: #bd93f9;
+$secondaryAccentColor: #d0afff;
+
$backgroundColor: #282a36;
$linkColor: $primaryAccentColor;
$white: #f8f8f2;
+$gray: lightgray;
$black: black;
+$warningColor: #ed4683;
+
$fgColor: $white;
+$darkFgColor: $black;
+$disabledColor: $gray;