diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2019-11-08 22:01:42 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2019-11-08 22:01:42 +0000 |
| commit | 2b68134ab01266913b89b79ea6c3e9575278ecb2 (patch) | |
| tree | 69a410f34429c52c7cdd335e1bdfeba795ba8f6c /src/components/style_switcher/style_switcher.js | |
| parent | 5679dcdd18750a1fc9ac1d4eeea3fd3b642a2151 (diff) | |
| parent | a3501d58d8703379d5f60e1bb53dfb0dbb1022b2 (diff) | |
Merge branch 'emoji-optimizations' into 'develop'
Emoji fixes, optimizations and improvements
Closes #690, #686, #682, #674, and #678
See merge request pleroma/pleroma-fe!969
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 6e2a1d7b..ebde4475 100644 --- a/src/components/style_switcher/style_switcher.js +++ b/src/components/style_switcher/style_switcher.js @@ -74,6 +74,7 @@ export default { topBarLinkColorLocal: undefined, alertErrorColorLocal: undefined, + alertWarningColorLocal: undefined, badgeOpacityLocal: undefined, badgeNotificationColorLocal: undefined, @@ -147,6 +148,7 @@ export default { btnText: this.btnTextColorLocal, alertError: this.alertErrorColorLocal, + alertWarning: this.alertWarningColorLocal, badgeNotification: this.badgeNotificationColorLocal, faint: this.faintColorLocal, @@ -230,6 +232,7 @@ export default { topBar: hex2rgb(colors.topBar), input: hex2rgb(colors.input), alertError: hex2rgb(colors.alertError), + alertWarning: hex2rgb(colors.alertWarning), badgeNotification: hex2rgb(colors.badgeNotification) } |
