Refine recipe overlay button
This commit is contained in:
parent
d1689371a2
commit
e276091b34
@ -27,8 +27,9 @@ export default function PhotoRecipeOverlayButton({
|
||||
}}
|
||||
className={clsx(
|
||||
'text-medium',
|
||||
'border-medium rounded-md shadow-none',
|
||||
'px-[3px] py-[3px] my-[-3px]',
|
||||
'rounded-md shadow-none',
|
||||
'border-[1.5px] border-medium',
|
||||
'p-0 size-5 inline-flex items-center justify-center',
|
||||
'hover:bg-extra-dim active:bg-dim',
|
||||
className,
|
||||
)}>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user