mirror of
https://github.com/foss42/apidash.git
synced 2025-05-17 06:16:41 +08:00
Update example
This commit is contained in:
@ -52,20 +52,20 @@ class _MyAppState extends State<MyApp> {
|
||||
hintStyle: TextStyle(
|
||||
color: Theme.of(
|
||||
context,
|
||||
).colorScheme.outline.withOpacity(0.6),
|
||||
).colorScheme.outline.withValues(alpha: 0.6),
|
||||
),
|
||||
focusedBorder: OutlineInputBorder(
|
||||
borderRadius: const BorderRadius.all(Radius.circular(8)),
|
||||
borderSide: BorderSide(
|
||||
color: Theme.of(
|
||||
context,
|
||||
).colorScheme.primary.withOpacity(0.6),
|
||||
).colorScheme.primary.withValues(alpha: 0.6),
|
||||
),
|
||||
),
|
||||
enabledBorder: OutlineInputBorder(
|
||||
borderRadius: const BorderRadius.all(Radius.circular(8)),
|
||||
borderSide: BorderSide(
|
||||
color: Theme.of(context).colorScheme.surfaceVariant,
|
||||
color: Theme.of(context).colorScheme.outline,
|
||||
),
|
||||
),
|
||||
filled: true,
|
||||
|
Reference in New Issue
Block a user