Merged in chore/cleanup-scandic-web (pull request #2831)
chore: Cleanup scandic-web * Remove unused files * Remove unused and add missing packages * Remove unused exports Approved-by: Linus Flood
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
import { cva } from "class-variance-authority"
|
||||
|
||||
import styles from "./arrow.module.css"
|
||||
|
||||
export const arrowVariants = cva(styles.arrow, {
|
||||
variants: {
|
||||
color: {
|
||||
black: styles.black,
|
||||
white: styles.white,
|
||||
},
|
||||
size: {
|
||||
small: styles.small,
|
||||
medium: styles.medium,
|
||||
},
|
||||
},
|
||||
defaultVariants: {
|
||||
color: "white",
|
||||
size: "medium",
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user