Update widgets UI as per the latest Material 3 colors

This commit is contained in:
Ashita Prasad
2025-03-01 19:45:40 +05:30
parent b4827dc2c5
commit 32210e60cc
16 changed files with 30 additions and 76 deletions

View File

@ -45,9 +45,7 @@ class RequestDataTable extends StatelessWidget {
contentPadding: const EdgeInsets.only(bottom: 12),
focusedBorder: UnderlineInputBorder(
borderSide: BorderSide(
color: clrScheme.primary.withOpacity(
kHintOpacity,
),
color: clrScheme.outlineVariant,
),
),
enabledBorder: UnderlineInputBorder(