mirror of
https://github.com/foss42/apidash.git
synced 2025-06-25 09:38:09 +08:00
fix: ui corrections
This commit is contained in:
@ -49,12 +49,7 @@ class EnvironmentPage extends ConsumerWidget {
|
||||
},
|
||||
),
|
||||
leftDrawerContent: const EnvironmentsPane(),
|
||||
actions: const [
|
||||
Padding(
|
||||
padding: kPh8,
|
||||
child: EnvironmentDropdown(),
|
||||
),
|
||||
],
|
||||
actions: const [SizedBox(width: 16)],
|
||||
onDrawerChanged: (value) =>
|
||||
ref.read(leftDrawerStateProvider.notifier).state = value,
|
||||
);
|
||||
|
Reference in New Issue
Block a user