From 999a472031a0ede310953778cb083e271fa92479 Mon Sep 17 00:00:00 2001 From: Chris Bloodsworth Date: Sat, 10 Aug 2024 14:53:49 -0400 Subject: [PATCH] Update background color, dependency list. --- package-lock.json | 1 - src/styles/index.css | 2 +- yarn.lock | 5 +++++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index d7e9bbb..2735288 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6495,7 +6495,6 @@ "version": "5.2.1", "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.2.1.tgz", "integrity": "sha512-zdbW5GstTzXaVKvGSyTaBalt7HSfuK5ovrzlpyiWHAFXndXTdd/1hdDHI4xBM1Mn7YriT6aqESucFl9kEXzrdw==", - "license": "MIT", "peerDependencies": { "react": "*" } diff --git a/src/styles/index.css b/src/styles/index.css index 75439ca..07d2216 100644 --- a/src/styles/index.css +++ b/src/styles/index.css @@ -25,7 +25,7 @@ [data-theme="dark"] { --fgColor: #F1FFFA; - --bgColor: #B3EFB2; + --bgColor: #162219; --componentColor: #365239; --darkComponentColor: #162219; } diff --git a/yarn.lock b/yarn.lock index 24398c1..2fdcb1f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1325,6 +1325,11 @@ resolved "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.18.1.tgz" integrity sha512-7O5u/p6oKUFYjRbZkL2FLbwsyoJAjyeXHCU3O4ndvzg2OFO2GinFPSJFGbiwFDaCFc+k7gs9CF243PwdPQFh5g== +"@rollup/rollup-linux-x64-musl@4.18.1": + version "4.18.1" + resolved "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.18.1.tgz" + integrity sha512-pDLkYITdYrH/9Cv/Vlj8HppDuLMDUBmgsM0+N+xLtFd18aXgM9Nyqupb/Uw+HeidhfYg2lD6CXvz6CjoVOaKjQ== + "@sinclair/typebox@^0.27.8": version "0.27.8" resolved "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.27.8.tgz"