chore: give level bar in home page the same padding as level bar in chat list

This commit is contained in:
ggurdin 2025-06-13 10:54:53 -04:00
parent a4a7e68f1d
commit 7302c6c306
No known key found for this signature in database
GPG key ID: A01CB41737CBB478

View file

@ -37,7 +37,7 @@ class SuggestionsPage extends StatelessWidget {
child: SingleChildScrollView(
child: Padding(
padding: const EdgeInsets.symmetric(
horizontal: 24.0,
horizontal: 16.0,
vertical: 16.0,
),
child: Column(