Skip to content

Commit

Permalink
feat(button): make outline variant more transparent
Browse files Browse the repository at this point in the history
  • Loading branch information
itsjavi committed Sep 2, 2024
1 parent c5ba5d9 commit 43e8f5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ui/button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const twStyles = {
outline: [
"border border-gray-300 bg-white hover:bg-gray-100 text-gray-900 hover:text-gray-900",
"dark:border-gray-800 dark:bg-gray-950 dark:hover:bg-gray-800",
"dark:text-gray-50 dark:hover:text-gray-50",
"dark:text-gray-50 dark:hover:text-gray-50 bg-opacity-30 dark:bg-opacity-30",
],
ghost: [
"hover:bg-gray-100 hover:text-gray-900",
Expand Down

0 comments on commit 43e8f5d

Please sign in to comment.