Set default alignment of buttons text to center.
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful

This commit is contained in:
Madeorsk 2024-09-27 18:46:52 +02:00
parent 33b1fa2002
commit 06b2b9f5e1
Signed by: Madeorsk
GPG key ID: 677E51CA765BB79F
2 changed files with 2 additions and 1 deletions

View file

@ -1,5 +1,5 @@
{ {
"version": "1.6.2", "version": "1.6.3",
"name": "@kernelui/core", "name": "@kernelui/core",
"description": "Kernel UI Core.", "description": "Kernel UI Core.",
"scripts": { "scripts": {

View file

@ -20,6 +20,7 @@ a.button, button, input[type="submit"], input[type="reset"]
font-weight: 600; font-weight: 600;
text-decoration: none; text-decoration: none;
vertical-align: middle; vertical-align: middle;
text-align: center;
cursor: pointer; cursor: pointer;