Fix ButtonCircle sizes?

This commit is contained in:
2022-06-23 14:25:54 +02:00
parent 46fae80137
commit b6af9a9a52
2 changed files with 5 additions and 6 deletions

View File

@@ -70,8 +70,8 @@
*/
// Tiny size
&--tiny {
height: 24px;
width: 24px;
height: 24px !important;
width: 24px !important;
:global(img), :global(svg) {
width: 8px;
@@ -82,8 +82,8 @@
// Small size
&--small {
height: 32px;
width: 32px;
height: 32px !important;
width: 32px !important;
:global(img), :global(svg) {
width: 16px;