feat: some button style changes

This commit is contained in:
2025-04-07 12:42:25 +03:00
parent a6a145f712
commit 6c1efe702c
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
@reference '../../index.scss';
.button {
@apply rounded-2xl border-2 py-3 font-semibold text-white transition-colors hover:cursor-pointer;
@apply rounded-2xl border-2 px-4 py-3 font-semibold text-white transition-colors hover:cursor-pointer;
}