refactor: adjust padding in ChatsDrawer for improved layout consistency
This commit is contained in:
@@ -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: [
|
||||||
|
|||||||
Reference in New Issue
Block a user