diff --git a/apps/scandic-web/components/TempDesignSystem/Select/select.module.css b/apps/scandic-web/components/TempDesignSystem/Select/select.module.css index 9efb5af5a..b048bc536 100644 --- a/apps/scandic-web/components/TempDesignSystem/Select/select.module.css +++ b/apps/scandic-web/components/TempDesignSystem/Select/select.module.css @@ -11,7 +11,7 @@ } .select[data-focused="true"] { - border: 1px solid var(--Scandic-Blue-90); + border: 1px solid var(--Border-Interactive-Focus); outline: none; } @@ -20,7 +20,7 @@ outline: none; } .select[data-focus-visible="true"].discreet { - border: 1px solid var(--Scandic-Blue-90); + border: 1px solid var(--Border-Interactive-Focus); } .select.discreet {