From 67c64e6f7eb4985bd0a247d8526a74af1759fb6f Mon Sep 17 00:00:00 2001 From: SirStendec Date: Thu, 27 Apr 2023 17:30:58 -0400 Subject: [PATCH] 4.47.1 * Added: Option to use the older, lighter input elements when using a dark theme. (Effectively reverts the recent Twitch change.) * Fixed: Issue with the settings bridge failing to load when using a profile with a Current Monitor rule. * Fixed: A few minor colors being applied incorrectly when using theme options. * Fixed: No background being present behind certain elements, including most notably up-time in the directory. --- package.json | 2 +- src/settings/components/monitor.vue | 4 +-- src/settings/filters.js | 15 ++++++---- .../twitch-twilight/modules/theme/index.js | 29 +++++++++++++++++-- .../styles/color_normalizer.scss | 1 + src/utilities/object.js | 4 +-- styles/chat.scss | 2 +- styles/native/index.scss | 2 +- styles/widgets.scss | 2 +- 9 files changed, 45 insertions(+), 16 deletions(-) diff --git a/package.json b/package.json index fd2c50b1..421f994b 100755 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "frankerfacez", "author": "Dan Salvato LLC", - "version": "4.47.0", + "version": "4.47.1", "description": "FrankerFaceZ is a Twitch enhancement suite.", "private": true, "license": "Apache-2.0", diff --git a/src/settings/components/monitor.vue b/src/settings/components/monitor.vue index 090aacee..b35278cc 100644 --- a/src/settings/components/monitor.vue +++ b/src/settings/components/monitor.vue @@ -25,7 +25,7 @@