refactor: update the default for the tabler icons

dev
Dinesh Salunke 2023-11-03 13:56:38 +05:30
parent e42b8b9f58
commit a902817db7
1 changed files with 2 additions and 1 deletions

View File

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