From 84becd1bb38330a95f87e58ec30e17c0b83f28fc Mon Sep 17 00:00:00 2001 From: Linus Flood Date: Mon, 7 Apr 2025 13:09:36 +0000 Subject: [PATCH] Merged in fix/membership-icon-color (pull request #1750) fix: correct color on copy membership id icon * fix: correct color on copy membership id icon Approved-by: Christian Andolf --- .../Blocks/DynamicContent/Overview/Buttons/copybutton.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/scandic-web/components/Blocks/DynamicContent/Overview/Buttons/copybutton.module.css b/apps/scandic-web/components/Blocks/DynamicContent/Overview/Buttons/copybutton.module.css index 7d3d03bc4..82b3ad777 100644 --- a/apps/scandic-web/components/Blocks/DynamicContent/Overview/Buttons/copybutton.module.css +++ b/apps/scandic-web/components/Blocks/DynamicContent/Overview/Buttons/copybutton.module.css @@ -2,4 +2,5 @@ display: flex; justify-content: center; align-items: center; + color: var(--Scandic-Brand-Pale-Peach); }