aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2024-09-11 23:05:48 +0100
committerGravatar Joe Banks <[email protected]>2024-09-11 23:05:48 +0100
commitc356f538225ac854a96edf8e0bbec2adb0f83f70 (patch)
tree40cf6721a6c6a58c78a19734f2325dd8ec2c2c3a
parentUse success toast notifications (diff)
Use full 6-char hex colour in dark theme background
-rw-r--r--thallium-frontend/src/themes.tsx2
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",