mirror of
https://github.com/foss42/apidash.git
synced 2025-06-05 19:14:25 +08:00
fix: Material theme deprecations
This commit is contained in:
@ -121,7 +121,8 @@ class ViewCodePane extends StatelessWidget {
|
||||
: Theme.of(context).colorScheme.primaryContainer)
|
||||
.withOpacity(kForegroundOpacity),
|
||||
Theme.of(context).colorScheme.surface),
|
||||
border: Border.all(color: Theme.of(context).colorScheme.surfaceVariant),
|
||||
border: Border.all(
|
||||
color: Theme.of(context).colorScheme.surfaceContainerHighest),
|
||||
borderRadius: kBorderRadius8,
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user