mirror of
https://github.com/foss42/apidash.git
synced 2025-06-19 21:39:14 +08:00
wip: history details pane
This commit is contained in:
@ -70,13 +70,16 @@ class EnvironmentEditor extends ConsumerWidget {
|
||||
margin: EdgeInsets.zero,
|
||||
color: kColorTransparent,
|
||||
surfaceTintColor: kColorTransparent,
|
||||
shape: RoundedRectangleBorder(
|
||||
side: BorderSide(
|
||||
color:
|
||||
Theme.of(context).colorScheme.surfaceContainerHighest,
|
||||
),
|
||||
borderRadius: kBorderRadius12,
|
||||
),
|
||||
shape: context.isMediumWindow
|
||||
? null
|
||||
: RoundedRectangleBorder(
|
||||
side: BorderSide(
|
||||
color: Theme.of(context)
|
||||
.colorScheme
|
||||
.surfaceContainerHighest,
|
||||
),
|
||||
borderRadius: kBorderRadius12,
|
||||
),
|
||||
elevation: 0,
|
||||
child: const Padding(
|
||||
padding: kPv6,
|
||||
|
Reference in New Issue
Block a user