refactor: update the default for the tabler icons

This commit is contained in:
Dinesh Salunke 2023-11-03 13:56:38 +05:30
parent e42b8b9f58
commit a902817db7

View File

@ -11,5 +11,6 @@ body {
.icon-tabler {
stroke-width: 1px;
fill: none;
@apply stroke-current;
@apply text-gray-700;
@apply stroke-gray-700;
}