From 0398e637254e55c164761cbc48bf721411a97e62 Mon Sep 17 00:00:00 2001 From: FlorianEisenmenger Date: Sun, 21 Jun 2026 22:40:04 +0200 Subject: [PATCH] fixes --- gfi-ihk-2024/stories/_global/styles/theme-colorvariant-10.scss | 2 +- .../stories/components/howto-list/HowToListComponent.js | 2 +- gfi-ihk-2024/stories/components/howto-list/howto-list.scss | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gfi-ihk-2024/stories/_global/styles/theme-colorvariant-10.scss b/gfi-ihk-2024/stories/_global/styles/theme-colorvariant-10.scss index e0fa98d..e97ceda 100644 --- a/gfi-ihk-2024/stories/_global/styles/theme-colorvariant-10.scss +++ b/gfi-ihk-2024/stories/_global/styles/theme-colorvariant-10.scss @@ -26,7 +26,7 @@ --gradient-a: var(--swatches-secondary-500); --gradient-b: var(--swatches-primary-500); // buttons / secondary - --buttons-secondary-text: var(--swatches-neutrals-white); + --buttons-secondary-text: var(--swatches-primary-600); --buttons-secondary-background: var(--swatches-secondary-500); // buttons / tertiary --buttons-tertiary-text: var(--swatches-primary-500); diff --git a/gfi-ihk-2024/stories/components/howto-list/HowToListComponent.js b/gfi-ihk-2024/stories/components/howto-list/HowToListComponent.js index 1b7dc92..999c974 100644 --- a/gfi-ihk-2024/stories/components/howto-list/HowToListComponent.js +++ b/gfi-ihk-2024/stories/components/howto-list/HowToListComponent.js @@ -8,7 +8,7 @@ export const createHowToList = headline = 'Wie funktioniert’s?', text = 'Bestimmen Sie die wirtschaftliche Ausrichtung ihrer Region mit! Wählen Sie die nächste Vollversammlung ihrer IHK. Hier erfahren Sie ganz genau, wie sie mitmachen.', }) => { - const div = createElement('div', ['howto-list','variant-base'], null); + const div = createElement('div', ['howto-list','variant-accent'], null); const div2 = createElement('div', ['howto-list--left'], null, div); createElement('h2', [], headline, div2); createElement('p', [], text, div2); diff --git a/gfi-ihk-2024/stories/components/howto-list/howto-list.scss b/gfi-ihk-2024/stories/components/howto-list/howto-list.scss index cd79003..ecfe28a 100644 --- a/gfi-ihk-2024/stories/components/howto-list/howto-list.scss +++ b/gfi-ihk-2024/stories/components/howto-list/howto-list.scss @@ -85,7 +85,7 @@ max-width: 100px; max-height: 100px; border-radius: 50%; - background: var(--color-decoration); + background: var(--color-background); } @media(max-width: 399px) { position: static;