From c51c36c3670abb27b07542b1bdccdda28dfe1808 Mon Sep 17 00:00:00 2001 From: keannu125 Date: Wed, 8 Mar 2023 23:43:46 +0800 Subject: [PATCH] Polished styles --- src/styles.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles.tsx b/src/styles.tsx index 27e748b..4378bd6 100644 --- a/src/styles.tsx +++ b/src/styles.tsx @@ -14,7 +14,7 @@ const styles: { [key: string]: React.CSSProperties } = { left: "15%", overflowY: "scroll", height: "100%", - backgroundColor: "#0b2322", + backgroundColor: colors.background, }, text_white: { color: "white",