aboutsummaryrefslogtreecommitdiffstats
path: root/src/theme/dark/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/theme/dark/index.js')
-rw-r--r--src/theme/dark/index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/theme/dark/index.js b/src/theme/dark/index.js
index e0e017c7c..496a51119 100644
--- a/src/theme/dark/index.js
+++ b/src/theme/dark/index.js
@@ -1,5 +1,6 @@
1import * as legacyStyles from '../default/legacy'; 1import * as legacyStyles from '../default/legacy';
2 2
3export const colorBackground = legacyStyles.darkThemeGrayDarkest; 3export const colorBackground = legacyStyles.darkThemeGrayDarkest;
4export const colorBackgroundSubscriptionContainer = legacyStyles.themeBrandInfo;
4 5
5export const colorHeadline = legacyStyles.darkThemeTextColor; 6export const colorHeadline = legacyStyles.darkThemeTextColor;