aboutsummaryrefslogtreecommitdiffstats
path: root/packages/theme/src/themes/dark/index.ts
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2019-10-02 21:51:35 +0200
committerLibravatar Stefan Malzner <stefan@adlk.io>2019-10-02 21:51:35 +0200
commit027e50d822737329cb95c2b1e3dbd487cf18332a (patch)
treee8d13f9da0b68e4cc7f94ed797552c391bb1efd4 /packages/theme/src/themes/dark/index.ts
parentUse native window.open (diff)
downloadferdium-app-027e50d822737329cb95c2b1e3dbd487cf18332a.tar.gz
ferdium-app-027e50d822737329cb95c2b1e3dbd487cf18332a.tar.zst
ferdium-app-027e50d822737329cb95c2b1e3dbd487cf18332a.zip
fix(Basic Auth): Fix Basic Auth overlay background in Dark Mode
Diffstat (limited to 'packages/theme/src/themes/dark/index.ts')
-rw-r--r--packages/theme/src/themes/dark/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/theme/src/themes/dark/index.ts b/packages/theme/src/themes/dark/index.ts
index e94f54c55..67d0cfb71 100644
--- a/packages/theme/src/themes/dark/index.ts
+++ b/packages/theme/src/themes/dark/index.ts
@@ -66,6 +66,7 @@ export const selectSearchColor = inputBackground;
66 66
67// Modal 67// Modal
68export const colorModalOverlayBackground = color(legacyStyles.darkThemeBlack).alpha(0.8).rgb().string(); 68export const colorModalOverlayBackground = color(legacyStyles.darkThemeBlack).alpha(0.8).rgb().string();
69export const colorModalBackground = colorContentBackground;
69 70
70// Services 71// Services
71export const services = merge({}, defaultStyles.services, { 72export const services = merge({}, defaultStyles.services, {