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); }