diff options
author | Ferdinand Thiessen <opensource@fthiessen.de> | 2024-03-06 14:37:59 +0100 |
---|---|---|
committer | Ferdinand Thiessen <opensource@fthiessen.de> | 2024-03-06 22:28:16 +0100 |
commit | 4b8868a7f1162c3aa724e34d73024e5879b85476 (patch) | |
tree | 940561bfea0aff59f20df1cd08444b0ad1d6fc4b /apps/theming/tests | |
parent | 834f70fd7acefe76e2bf5475347d65a7c705d061 (diff) | |
download | nextcloud-server-4b8868a7f1162c3aa724e34d73024e5879b85476.tar.gz nextcloud-server-4b8868a7f1162c3aa724e34d73024e5879b85476.zip |
feat(theming): Provide CSS variable for favorite color and adjust for dark mode
Co-authored-by: Simon L <szaimen@e.mail.de>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Diffstat (limited to 'apps/theming/tests')
-rw-r--r-- | apps/theming/tests/Themes/AccessibleThemeTestCase.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/theming/tests/Themes/AccessibleThemeTestCase.php b/apps/theming/tests/Themes/AccessibleThemeTestCase.php index f5bbcf44c64..6ac2f0e7b49 100644 --- a/apps/theming/tests/Themes/AccessibleThemeTestCase.php +++ b/apps/theming/tests/Themes/AccessibleThemeTestCase.php @@ -64,6 +64,7 @@ class AccessibleThemeTestCase extends TestCase { '--color-info-hover', '--color-success', '--color-success-hover', + '--color-favorite', ], [ '--color-main-background', |