Skip to content

Commit

Permalink
less of a color jump on a dark hover
Browse files Browse the repository at this point in the history
  • Loading branch information
acidjazz authored Jan 21, 2022
1 parent 15a2a8d commit 826658e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PushButtonThemes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const themes: PushButtonThemes = [
{
name: 'white',
primary: 'border border-gray-300 shadow-sm font-medium rounded text-gray-700 bg-white',
dark: 'dark:border-gray-600 dark:bg-gray-700 dark:text-gray-400 hover:dark:bg-gray-500 dark:ring-offset-gray-800',
dark: 'dark:border-gray-600 dark:bg-gray-700 dark:text-gray-400 hover:dark:bg-gray-600 dark:ring-offset-gray-800',
active: 'hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500',
disabled: '',
},
Expand Down

0 comments on commit 826658e

Please sign in to comment.