From bb64f8ab7ac4a9af60973b1ef0f3042096edc610 Mon Sep 17 00:00:00 2001 From: Fredrik Thorsson Date: Thu, 13 Jun 2024 13:09:03 +0200 Subject: [PATCH] feat: syntax change --- components/Icons/Phone.tsx | 2 +- components/MyPages/Blocks/Shortcuts/shortcuts.module.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/Icons/Phone.tsx b/components/Icons/Phone.tsx index 65da39040..cb00f3d09 100644 --- a/components/Icons/Phone.tsx +++ b/components/Icons/Phone.tsx @@ -1,6 +1,6 @@ import { iconVariants } from "./variants" -import { IconProps } from "@/types/components/icon" +import type { IconProps } from "@/types/components/icon" export default function PhoneIcon({ className, color, ...props }: IconProps) { const classNames = iconVariants({ className, color }) diff --git a/components/MyPages/Blocks/Shortcuts/shortcuts.module.css b/components/MyPages/Blocks/Shortcuts/shortcuts.module.css index 821eb9984..41d73280f 100644 --- a/components/MyPages/Blocks/Shortcuts/shortcuts.module.css +++ b/components/MyPages/Blocks/Shortcuts/shortcuts.module.css @@ -4,9 +4,9 @@ } .links { + display: grid; background-color: var(--Scandic-Brand-Warm-White); border-radius: var(--Corner-radius-xLarge); - display: grid; border: 1px solid var(--Base-Border-Subtle); }