refactor: use normal weight as default

staging
Dinesh Salunke 2023-11-03 16:27:51 +05:30
parent 2fb9d7238d
commit c996722a9a
1 changed files with 1 additions and 1 deletions

View File

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