feat: login view

This commit is contained in:
2024-02-07 14:44:40 +07:00
parent 0a347f5e6d
commit 9475767021
10 changed files with 318 additions and 7 deletions

View File

@@ -95,6 +95,8 @@ class TextFormView extends StatelessWidget {
name,
style: const TextStyle(
fontSize: 16,
fontWeight: FontWeight.w600,
color: ColorPalette.slate800
// color: ColorPalette.greyLight,
),
),
@@ -112,6 +114,8 @@ class TextFormView extends StatelessWidget {
name,
style: const TextStyle(
fontSize: 16,
fontWeight: FontWeight.w600,
color: ColorPalette.slate800
),
)
: const SizedBox(),