mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-02 07:53:55 +03:00
Button: fix small state
This commit is contained in:
parent
7f493d880d
commit
32c32f881d
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user