aboutsummaryrefslogtreecommitdiffstats
path: root/src/themes
diff options
context:
space:
mode:
Diffstat (limited to 'src/themes')
-rw-r--r--src/themes/legacy/index.ts5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/themes/legacy/index.ts b/src/themes/legacy/index.ts
index c6105a4e2..ca3216e7f 100644
--- a/src/themes/legacy/index.ts
+++ b/src/themes/legacy/index.ts
@@ -1,7 +1,6 @@
1import { DEFAULT_ACCENT_COLOR } from '../../config';
2
3/* legacy config, injected into sass */ 1/* legacy config, injected into sass */
4export const themeBrandPrimary = DEFAULT_ACCENT_COLOR; 2export { DEFAULT_ACCENT_COLOR as themeBrandPrimary } from '../../config';
3
5export const themeBrandSuccess = '#5cb85c'; 4export const themeBrandSuccess = '#5cb85c';
6export const themeBrandInfo = '#5bc0de'; 5export const themeBrandInfo = '#5bc0de';
7export const themeBrandWarning = '#FF9F00'; 6export const themeBrandWarning = '#FF9F00';