We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5b9b77 commit 26b99a4Copy full SHA for 26b99a4
website/src/components/button.js
@@ -17,7 +17,7 @@ export const Button = ({
17
...rest
18
}) => {
19
const buttonClassNames = cx(
20
- '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',
21
bold && 'font-medium',
22
!small
23
? 'space-x-4 rounded-md px-6 py-3 text-base shadow-md sm:rounded-lg'
0 commit comments