styling components

This commit is contained in:
2024-02-06 14:39:16 +07:00
parent 80e4657240
commit 5d4bc47adf
2 changed files with 8 additions and 3 deletions

View File

@@ -94,12 +94,12 @@ class TextFormView extends StatelessWidget {
name,
style: const TextStyle(
fontSize: 16,
color: ColorPalette.greyLight,
// color: ColorPalette.greyLight,
),
),
suffixLable ??
const Text(
" * ",
"",
style: TextStyle(
fontSize: 16,
color: Colors.red,