mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-03-23 00:42:13 -04:00
use button links elsewhere
This commit is contained in:
@@ -113,7 +113,7 @@ export const Button: Button = ({ loading, justifyLeft, ...props }) => {
|
||||
<Element
|
||||
{...props}
|
||||
className={clsx(
|
||||
'border rounded-md items-center transition-colors duration-100 cursor-default',
|
||||
'border rounded-md items-center transition-colors duration-100 cursor-default no-underline',
|
||||
{ 'opacity-5': loading, '!p-1': props.noPadding },
|
||||
{ 'justify-center': !justifyLeft },
|
||||
sizes[props.size || 'default'],
|
||||
|
||||
Reference in New Issue
Block a user