Skip to content

Commit

Permalink
feat: added styles.css for random-controller
Browse files Browse the repository at this point in the history
  • Loading branch information
dananaimi committed Nov 30, 2023
1 parent 3b61de3 commit 3b8f141
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/components/header/random-controller/styles.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
import { tv } from 'tailwind-variants'

export const controllerButton = tv({
variants: {
theme: {
transition: /*tw:*/ 'text-white',
dark: /*tw:*/ 'text-dark-foreground',
light: /*tw:*/ 'text-light-foreground',
'blue-room': /*tw:*/ 'text-blue-room',
train: /*tw:*/ 'text-train',
waterfall: /*tw:*/ 'text-waterfall',
'camping-fire': /*tw:*/ 'text-camping-fire'
}
}
})

0 comments on commit 3b8f141

Please sign in to comment.