From 9f857c0257d10b30f2fe0dc946c37d337fffed5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Mon, 6 Jan 2025 18:38:41 +0100 Subject: [PATCH] fix: ser button color --- .../Resources/Private/Assets/scss/components/_buttons.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/components/_buttons.scss b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/components/_buttons.scss index 42b08114..4beb540c 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/components/_buttons.scss +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/components/_buttons.scss @@ -54,7 +54,7 @@ @apply snz:bg-white snz:border-snz-primary snz:text-snz-primary; @apply suz:bg-white suz:border-suz-primary suz:text-suz-primary; @apply uch:bg-white uch:border-uch-primary uch:text-uch-primary; - @apply ser:bg-white ser:border-ser-primary ser:text-uch-primary; + @apply ser:bg-white ser:border-ser-primary ser:text-ser-primary; &:hover, &.button--active {