fix: ui corrections

This commit is contained in:
DenserMeerkat
2024-06-18 17:28:48 +05:30
parent ebe576a118
commit 631b6b2287
15 changed files with 280 additions and 168 deletions

View File

@ -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,
);