From 29b4ba66754721f8e4fc7b55b933fe1a25e7a88a Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Wed, 8 Sep 2021 15:30:19 +0100 Subject: [PATCH] Use new SCSS vars --- res/css/structures/_SpacePanel.scss | 2 +- .../views/settings/tabs/user/_PreferencesUserSettingsTab.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/res/css/structures/_SpacePanel.scss b/res/css/structures/_SpacePanel.scss index 3123838bbf..208056b9a6 100644 --- a/res/css/structures/_SpacePanel.scss +++ b/res/css/structures/_SpacePanel.scss @@ -208,7 +208,7 @@ $activeBorderColor: $secondary-content; background-color: $roomlist-button-bg-color; &::before { - background-color: $primary-fg-color; + background-color: $primary-content; mask-image: url('$(res)/img/element-icons/plus.svg'); transition: all .2s ease-in-out; // TODO transition } diff --git a/res/css/views/settings/tabs/user/_PreferencesUserSettingsTab.scss b/res/css/views/settings/tabs/user/_PreferencesUserSettingsTab.scss index 71de4a3cd9..16f607c95f 100644 --- a/res/css/views/settings/tabs/user/_PreferencesUserSettingsTab.scss +++ b/res/css/views/settings/tabs/user/_PreferencesUserSettingsTab.scss @@ -25,7 +25,7 @@ limitations under the License. > details { > summary { cursor: pointer; - color: $primary-fg-color; + color: $primary-content; } & + .mx_SettingsFlag {