chore: minor fixes and improvements

This commit is contained in:
liyasthomas
2021-08-28 10:57:21 +05:30
parent efbc21826b
commit 405e6c1e4e
15 changed files with 38 additions and 51 deletions

View File

@@ -5,6 +5,7 @@
:blank="blank"
class="
rounded
transition
font-medium
flex-shrink-0
py-2

View File

@@ -54,7 +54,6 @@ $transition: all 0.2s ease-in-out;
height: $height;
border: if($useBorder, 2px solid $borderColor, none);
background-color: if($useBorder, transparent, $inactiveColor);
transition: $transition;
box-sizing: initial;
.handle {