fix(skin): fix button text alignment and text shadow (#1091)

This commit is contained in:
Sam Potts
2026-03-24 10:49:53 +11:00
committed by GitHub
parent 07b1c87262
commit 4af0f66462
4 changed files with 6 additions and 4 deletions
@@ -18,6 +18,7 @@
transition-timing-function: ease-out;
cursor: pointer;
user-select: none;
text-align: center;
touch-action: manipulation;
&:focus-visible {
@@ -45,7 +46,7 @@
background: oklch(1 0 0);
color: oklch(0 0 0);
font-weight: 500;
text-align: center;
text-shadow: none;
}
/* Subtle button variant */