diff options
| author | Henry Jameson <me@hjkos.com> | 2019-10-07 23:46:40 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2019-10-08 21:38:27 +0300 |
| commit | 6511a744a29c760aa2613b0902db55be3b59dfa5 (patch) | |
| tree | ec75aa5650a6803abf1f5c4e90b9bac24686f11a /src/components/style_switcher/style_switcher.js | |
| parent | 29e6e62e7cbddf8e936bdfbdb2ecb935bb297cec (diff) | |
arbitrary limit with option to overcome it
Diffstat (limited to 'src/components/style_switcher/style_switcher.js')
| -rw-r--r-- | src/components/style_switcher/style_switcher.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/components/style_switcher/style_switcher.js b/src/components/style_switcher/style_switcher.js index 8c3d4861..ef5704c1 100644 --- a/src/components/style_switcher/style_switcher.js +++ b/src/components/style_switcher/style_switcher.js @@ -73,6 +73,7 @@ export default { topBarLinkColorLocal: undefined, alertErrorColorLocal: undefined, + alertWarningColorLocal: undefined, badgeOpacityLocal: undefined, badgeNotificationColorLocal: undefined, @@ -146,6 +147,7 @@ export default { btnText: this.btnTextColorLocal, alertError: this.alertErrorColorLocal, + alertWarning: this.alertWarningColorLocal, badgeNotification: this.badgeNotificationColorLocal, faint: this.faintColorLocal, @@ -229,6 +231,7 @@ export default { topBar: hex2rgb(colors.topBar), input: hex2rgb(colors.input), alertError: hex2rgb(colors.alertError), + alertWarning: hex2rgb(colors.alertWarning), badgeNotification: hex2rgb(colors.badgeNotification) } |
