Skip to content

Commit

Permalink
Adjust danger button dark color
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeprins committed Aug 31, 2022
1 parent 2e44070 commit d816c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const Button = forwardRef<HTMLButtonElement, Props>(function Button(
outline:
'border-gray-300 text-gray-600 shadow hover:shadow-md hover:text-gray-700 dark:border-gray-300 dark:text-white dark:hover:text-gray-400',
danger:
'bg-red-500 text-white shadow hover:shadow-md active:bg-red-600 hover:bg-red-700 focus:shadow-outline-red dark:hover:text-red-200 dark:border-transparent',
'bg-red-500 text-white shadow hover:shadow-md active:bg-red-600 hover:bg-red-700 dark:bg-red-700 dark:hover:bg-red-600 focus:shadow-outline-red dark:hover:text-red-200 dark:border-transparent',
'danger-outline':
'border-red-300 text-red-600 shadow hover:shadow-md active:border-red-400 hover:border-red-400 focus:shadow-outline-red dark:border-red-400 dark:text-red-400 dark:hover:text-red-300 dark:hover:border-red-300'
}
Expand Down

1 comment on commit d816c99

@vercel
Copy link

@vercel vercel bot commented on d816c99 Aug 31, 2022

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.