Make small buttons small again

This commit is contained in:
Muaz Ahmad 2024-11-01 16:17:02 +05:00
parent ac896bdb34
commit 4da405c17f

View file

@ -30,6 +30,10 @@ BUTTONS
} }
} }
.ant-btn-round.ant-btn-sm {
height: 24px;
}
.ant-btn-default { .ant-btn-default {
color: currentcolor; color: currentcolor;
border-width: 2px; border-width: 2px;