mirror of
https://github.com/Blah-IM/Weblah.git
synced 2025-05-01 00:31:08 +00:00
fix: increase button horizontal padding from px-2 to px-2.5
This commit is contained in:
parent
5a7641b4d6
commit
7299c1dee0
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
||||||
this={href ? 'a' : 'button'}
|
this={href ? 'a' : 'button'}
|
||||||
{href}
|
{href}
|
||||||
class={tw(
|
class={tw(
|
||||||
'text-sf-secondary ring-ss-secondary inline-flex cursor-default items-center justify-center rounded-md px-2 py-1 shadow-xs ring-1',
|
'text-sf-secondary ring-ss-secondary inline-flex cursor-default items-center justify-center rounded-md px-2.5 py-1 shadow-xs ring-1',
|
||||||
'hover:ring-ss-primary font-normal transition-shadow duration-200 active:shadow-inner',
|
'hover:ring-ss-primary font-normal transition-shadow duration-200 active:shadow-inner',
|
||||||
variant === 'primary' && [
|
variant === 'primary' && [
|
||||||
'relative text-slate-50 ring-0 duration-200',
|
'relative text-slate-50 ring-0 duration-200',
|
||||||
|
|
Loading…
Add table
Reference in a new issue