feat(SW-1806): Implemented design systems button inside buttonLink component and changed teasercard buttons

Approved-by: Matilda Landström
This commit is contained in:
Erik Tiekstra
2025-03-28 06:56:08 +00:00
parent 2f0224cfd5
commit 45c992dcef
14 changed files with 152 additions and 91 deletions
@@ -0,0 +1,7 @@
import { cva } from "class-variance-authority"
import { withButton } from "@scandic-hotels/design-system/Button"
import styles from "./buttonLink.module.css"
export const variants = cva(styles.buttonLink, withButton({}))