Skip to content

Commit

Permalink
fix: dark ring offset color
Browse files Browse the repository at this point in the history
  • Loading branch information
JasKang committed Jul 14, 2023
1 parent 45197bb commit a246329
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Button/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ const createClass = tv({
false: '',
},
disabled: {
false: 'cursor-pointer focus:ring-2 focus:ring-[--t-button-ring] focus:ring-offset-2',
false:
'cursor-pointer focus:ring-2 focus:ring-[--t-button-ring] focus:ring-offset-2 dark:focus:ring-offset-gray-900',
true: 'cursor-not-allowed opacity-50 hover:-underline hover:text-[--t-button-text] hover:bg-[--t-button-bg] hover:border-[--t-button-border]',
},
},
Expand Down

1 comment on commit a246329

@vercel
Copy link

@vercel vercel bot commented on a246329 Jul 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.