mirror of
https://github.com/foss42/apidash.git
synced 2025-05-31 22:33:59 +08:00
Update widgets UI as per the latest Material 3 colors
This commit is contained in:
@ -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(
|
||||
|
Reference in New Issue
Block a user