chore: fix icon style

This commit is contained in:
boojack
2022-07-17 10:29:12 +08:00
parent 9417797b99
commit 93ba2f4fab
18 changed files with 20 additions and 39 deletions

View File

@ -27,11 +27,7 @@
> .btn {
.flex(row, center, center);
@apply w-6 h-6 ml-1 rounded hover:bg-white;
> .icon-img {
@apply w-5 h-5;
}
@apply w-6 h-6 ml-2 rounded hover:bg-white;
}
}
}