Fix ButtonCircle sizes?
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user