refactor: use normal weight as default

This commit is contained in:
Dinesh Salunke 2023-11-03 16:27:51 +05:30
parent 2fb9d7238d
commit c996722a9a

View File

@ -5,7 +5,7 @@
body {
@apply bg-white;
@apply text-gray-700;
@apply font-medium;
@apply font-normal;
}
.icon-tabler {