From e93ad31b42e5076181b70465fadb03e9c46a0da5 Mon Sep 17 00:00:00 2001 From: ialexanderbrito Date: Mon, 4 Apr 2022 09:39:40 -0300 Subject: [PATCH] fix: new color global --- src/styles/global.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/styles/global.scss b/src/styles/global.scss index ec2b13d..00b53d6 100644 --- a/src/styles/global.scss +++ b/src/styles/global.scss @@ -4,9 +4,10 @@ --orange: #ff9000; --gray: #999591; --gray-hard: #666360; - --shape: #3e3b47; + --shape: #ccc6c2; --black-medium: #28262e; --input: #afa298; + --calendar: #ccc6c2; } [data-theme="dark"] { @@ -18,6 +19,7 @@ --shape: #3e3b47; --black-medium: #28262e; --input: #232129; + --calendar: #28262e; } * { @@ -53,7 +55,7 @@ body { } ::-webkit-scrollbar { - width: 7px; + width: 10px; height: 7px; }