Update font size and label styles

This commit is contained in:
Dede Fuji Abdul
2024-03-04 16:37:54 +07:00
parent 9cb4551bb9
commit cc888d2cec
21 changed files with 104 additions and 96 deletions

View File

@@ -47,4 +47,7 @@
.custom-table-column {
@apply !align-middle text-sm font-medium text-primary-800;
}
.filter-input-label {
@apply block mb-2 text-sm font-semibold text-gray-800 sm:mb-0;
}
}