Skip to content

Commit

Permalink
fix border for buttons - dark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
GregorGabric committed Jun 5, 2024
1 parent b5b9b77 commit e464091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/components/button.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const Button = ({
...rest
}) => {
const buttonClassNames = cx(
'inline-flex select-none items-center border dark:!shadow-none dark:!border-none group',
'inline-flex select-none items-center border dark:!shadow-none dark:!border-transparent group',
bold && 'font-medium',
!small
? 'space-x-4 rounded-md px-6 py-3 text-base shadow-md sm:rounded-lg'
Expand Down

0 comments on commit e464091

Please sign in to comment.