diff options
| author | Henry Jameson <me@hjkos.com> | 2024-04-04 12:30:51 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2024-04-04 22:40:50 +0300 |
| commit | 8ead084421f4fa95d1db4ba295f4d55b5a075d24 (patch) | |
| tree | 41f76e35ccf13f9c8c7ea16a386ad610db82c979 /src/services/theme_data/theme2_keys.js | |
| parent | 19ab07af964f34087a41ac3cbabd81b2bb3147da (diff) | |
fix #1301
Diffstat (limited to 'src/services/theme_data/theme2_keys.js')
| -rw-r--r-- | src/services/theme_data/theme2_keys.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/services/theme_data/theme2_keys.js b/src/services/theme_data/theme2_keys.js index 69089e13..ffc5627c 100644 --- a/src/services/theme_data/theme2_keys.js +++ b/src/services/theme_data/theme2_keys.js @@ -158,12 +158,12 @@ export default [ 'alertPopupNeutral', 'alertPopupNeutralText', - 'badgeNotification', - 'badgeNotificationText', - 'badgeNeutral', 'badgeNeutralText', + 'badgeNotification', + 'badgeNotificationText', + 'chatBg', 'chatMessageIncomingBg', |
