Button: fix small state

This commit is contained in:
Nikita Galaiko 2023-04-26 14:30:22 +02:00
parent 7f493d880d
commit 32c32f881d

View File

@ -160,13 +160,11 @@
@apply border;
}
.filled.small,
.outlined.small {
@apply py-[1px];
.small {
@apply h-[24px] py-[1px];
}
.filled.full-width,
.outlined.full-width {
.full-width {
@apply w-full;
}
</style>