diff options
-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", |