feat(SW-1806): Implemented design systems button inside buttonLink component and changed teasercard buttons
Approved-by: Matilda Landström
This commit is contained in:
@@ -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({}))
|
||||
Reference in New Issue
Block a user