Skip to content

Commit

Permalink
Merge pull request #295 from MichalBryxi/fix/294-focus-visable-typo
Browse files Browse the repository at this point in the history
fix: focus-visable typo
  • Loading branch information
josemarluedke committed Apr 23, 2024
2 parents 012d2f2 + abb3541 commit a9680f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/theme/src/components/button.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const baseButton = tv({
'rounded',
'disabled:cursor-not-allowed',
'disabled:opacity-40',
'focus-visable:ring'
'focus-visible:ring'
],
variants: {
appearance: {
Expand Down
2 changes: 1 addition & 1 deletion packages/theme/src/components/close-button.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { tv, type VariantProps } from '../tw';

const closeButton = tv({
slots: {
base: 'rounded-full transition transition-200 focus-visable:ring text-inherit',
base: 'rounded-full transition transition-200 focus-visible:ring text-inherit',
icon: 'size-[1em]'
},

Expand Down

0 comments on commit a9680f2

Please sign in to comment.