aboutsummaryrefslogtreecommitdiffstats
path: root/src/themes
diff options
context:
space:
mode:
authorLibravatar Markus Hatvan <markus_hatvan@aon.at>2021-11-12 03:59:35 +0100
committerLibravatar GitHub <noreply@github.com>2021-11-12 08:29:35 +0530
commit53937fd58023ef800bd8ca1cd2b6d2d7bc891834 (patch)
treeea70778761addfaba1732dcb515dabd9f37f09ea /src/themes
parentUse forked version of 'node-mac-permissions' till the PR gets merged (#2216) (diff)
downloadferdium-app-53937fd58023ef800bd8ca1cd2b6d2d7bc891834.tar.gz
ferdium-app-53937fd58023ef800bd8ca1cd2b6d2d7bc891834.tar.zst
ferdium-app-53937fd58023ef800bd8ca1cd2b6d2d7bc891834.zip
chore: update eslint deps to latest (#2213)
- update eslint deps to latest - disable new react/function-component-definition rule - fix/disable newly reported issues
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';