aboutsummaryrefslogtreecommitdiffstats
path: root/src/themes
diff options
context:
space:
mode:
Diffstat (limited to 'src/themes')
-rw-r--r--src/themes/index.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/themes/index.ts b/src/themes/index.ts
index 27be4d04b..2e8527818 100644
--- a/src/themes/index.ts
+++ b/src/themes/index.ts
@@ -16,6 +16,7 @@ export function theme(
16 : makeDefaultThemeConfig(brandColor); 16 : makeDefaultThemeConfig(brandColor);
17} 17}
18 18
19const defaultThemeConfigWithDefaultAccentColor = makeDefaultThemeConfig(themeBrandPrimary); 19const defaultThemeConfigWithDefaultAccentColor =
20 makeDefaultThemeConfig(themeBrandPrimary);
20 21
21export type Theme = typeof defaultThemeConfigWithDefaultAccentColor; 22export type Theme = typeof defaultThemeConfigWithDefaultAccentColor;