Skip to content

Commit

Permalink
feat(radio): use dim
Browse files Browse the repository at this point in the history
  • Loading branch information
andresz1 committed Mar 17, 2023
1 parent 57ef1e2 commit e9fd087
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/components/radio/src/Radio.variants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const radioVariants = cva(
'focus-visible:outline-1',
'focus-visible:outline-on-surface',
'[transition:outline-color_0.1s_ease-in,_border-color_0.3s_ease-in]',
'disabled:border-outline/50',
'disabled:border-outline/dim-2',
'disabled:hover:outline-none',
'disabled:cursor-not-allowed',
],
Expand Down

0 comments on commit e9fd087

Please sign in to comment.