mirror of
https://github.com/jorgev259/soc_site-astro.git
synced 2025-06-29 07:57:41 +00:00
General fixes
This commit is contained in:
parent
1032011b55
commit
c16243df76
7 changed files with 31 additions and 33 deletions
|
|
@ -5,11 +5,11 @@ import clsx from 'clsx'
|
|||
const { class: className } = Astro.props
|
||||
---
|
||||
|
||||
<Button
|
||||
className={clsx(
|
||||
'w-full md:w-fit md:h-full bg-dark hover:bg-dark-hover py-3.5 md:py-1 px-2 rounded-none text-left md:text-center',
|
||||
<button
|
||||
class:list={[
|
||||
'w-full md:w-fit md:h-full bg-dark hover:bg-gray py-3.5 md:py-1 px-2 rounded-none text-left md:text-center',
|
||||
className
|
||||
)}
|
||||
]}
|
||||
>
|
||||
<slot />
|
||||
</Button>
|
||||
</button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue