refactor: adjust padding in ChatsDrawer for improved layout consistency

This commit is contained in:
cogwheel0
2025-08-26 13:49:28 +05:30
parent 69c4b4c484
commit 675fa9bd7f

View File

@@ -75,9 +75,11 @@ class _ChatsDrawerState extends ConsumerState<ChatsDrawer> {
crossAxisAlignment: CrossAxisAlignment.stretch, crossAxisAlignment: CrossAxisAlignment.stretch,
children: [ children: [
Padding( Padding(
padding: const EdgeInsets.symmetric( padding: const EdgeInsets.fromLTRB(
horizontal: Spacing.md, Spacing.md,
vertical: Spacing.sm, 0,
Spacing.md,
Spacing.sm,
), ),
child: Row( child: Row(
children: [ children: [