feat: add baseText style

This commit is contained in:
Fredrik Thorsson
2024-06-28 14:29:46 +02:00
parent 5b30d8cb0d
commit d2b6e9e358
6 changed files with 65 additions and 4 deletions

View File

@@ -2,3 +2,9 @@
display: flex;
justify-content: center;
}
.button {
display: flex;
align-items: center;
gap: var(--Spacing-x-half);
}