Skip to content

Commit 26b99a4

Browse files
authored
fix border for buttons - dark theme (#2605)
1 parent b5b9b77 commit 26b99a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/components/button.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export const Button = ({
1717
...rest
1818
}) => {
1919
const buttonClassNames = cx(
20-
'inline-flex select-none items-center border dark:!shadow-none dark:!border-none group',
20+
'inline-flex select-none items-center border dark:!shadow-none dark:!border-transparent group',
2121
bold && 'font-medium',
2222
!small
2323
? 'space-x-4 rounded-md px-6 py-3 text-base shadow-md sm:rounded-lg'

0 commit comments

Comments
 (0)