mirror of
https://github.com/foss42/apidash.git
synced 2025-05-31 14:23:45 +08:00
fix: Material theme deprecations
This commit is contained in:
@ -93,7 +93,7 @@ class _TextFieldEditorState extends State<TextFieldEditor> {
|
||||
enabledBorder: OutlineInputBorder(
|
||||
borderRadius: kBorderRadius8,
|
||||
borderSide: BorderSide(
|
||||
color: Theme.of(context).colorScheme.surfaceVariant,
|
||||
color: Theme.of(context).colorScheme.surfaceContainerHighest,
|
||||
),
|
||||
),
|
||||
filled: true,
|
||||
|
Reference in New Issue
Block a user