mirror of
https://github.com/SkyfallWasTaken/skyfalldev.git
synced 2025-05-25 06:53:07 +00:00
Update button styling
This commit is contained in:
parent
083e285732
commit
e8abbd26f8
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ const { class: className, ...rest } = Astro.props;
|
|||
|
||||
<button
|
||||
class={twMerge(
|
||||
"shadow-sm px-3 py-2 rounded-md bg-surface0 hover:bg-surface1 transition",
|
||||
"shadow-sm px-3 py-2 rounded-md bg-surface0 hover:bg-surface1 border-surface1 border-[1px] transition",
|
||||
className,
|
||||
)}
|
||||
{...rest}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue