mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
fix(skin): fix button text alignment and text shadow (#1091)
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user