Skip to content

Commit

Permalink
feat(chip): fix content details
Browse files Browse the repository at this point in the history
  • Loading branch information
andresin87 committed Aug 23, 2023
1 parent fb31b1d commit 77aedf5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/components/chip/src/ChipContent.styles.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import { cva, type VariantProps } from 'class-variance-authority'

export const chipContentStyles = cva(['inline-block grow truncate'])

export type ChipContentStylesProps = VariantProps<typeof chipContentStyles>

0 comments on commit 77aedf5

Please sign in to comment.