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