diff --git a/qortal-ui-core/src/styles/switch-theme.css b/qortal-ui-core/src/styles/switch-theme.css index eab67ff9..b215560b 100644 --- a/qortal-ui-core/src/styles/switch-theme.css +++ b/qortal-ui-core/src/styles/switch-theme.css @@ -3,7 +3,7 @@ html { --white: #ffffff; --black: #080808; --gray: #c8c8c8; - --graylight: #dddddd; + --graylight: #bbbbbb; --plugback: #ffffff; } @@ -11,5 +11,6 @@ html[theme="dark"] { --white: #36393f; --black: #f8f8f8; --gray: #d8d8d8; + --graylight: #dddddd; --plugback: #36393f; -} \ No newline at end of file +}