diff options
author | 2024-09-11 23:05:48 +0100 | |
---|---|---|
committer | 2024-09-11 23:05:48 +0100 | |
commit | c356f538225ac854a96edf8e0bbec2adb0f83f70 (patch) | |
tree | 40cf6721a6c6a58c78a19734f2325dd8ec2c2c3a | |
parent | Use success toast notifications (diff) |
Use full 6-char hex colour in dark theme background
-rw-r--r-- | thallium-frontend/src/themes.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/thallium-frontend/src/themes.tsx b/thallium-frontend/src/themes.tsx index 789c93f..010d487 100644 --- a/thallium-frontend/src/themes.tsx +++ b/thallium-frontend/src/themes.tsx @@ -39,7 +39,7 @@ const themes: ThemesStore = { }, dark: { selectedTheme: "dark", - backgroundColor: "#333", + backgroundColor: "#303030", textColor: "#fff", borderColor: "#949494", linkColor: "#8f8fff", |