chore: update icon button styles

This commit is contained in:
boojack
2022-07-19 21:46:38 +08:00
parent a73ee7aefc
commit 5da4c98f05
7 changed files with 14 additions and 16 deletions

View File

@ -27,7 +27,7 @@
> .btn {
.flex(row, center, center);
@apply w-6 h-6 ml-2 rounded hover:bg-white;
@apply w-6 h-6 ml-2 rounded text-gray-600 hover:bg-white;
}
}
}