From a902817db702c867d9b1241b0a0d997ab2a523ad Mon Sep 17 00:00:00 2001 From: Dinesh Salunke Date: Fri, 3 Nov 2023 13:56:38 +0530 Subject: [PATCH] refactor: update the default for the tabler icons --- _dev/elegance.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_dev/elegance.css b/_dev/elegance.css index 1778147..42b8bff 100644 --- a/_dev/elegance.css +++ b/_dev/elegance.css @@ -11,5 +11,6 @@ body { .icon-tabler { stroke-width: 1px; fill: none; - @apply stroke-current; + @apply text-gray-700; + @apply stroke-gray-700; }