From 584a609966c4ad0bb032d5bf0d73406f12ffd8a0 Mon Sep 17 00:00:00 2001 From: Yaros Date: Mon, 21 Apr 2025 18:09:20 +0200 Subject: [PATCH] chore: small style tweak --- mobile/lib/pages/library/places/places_collection.page.dart | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mobile/lib/pages/library/places/places_collection.page.dart b/mobile/lib/pages/library/places/places_collection.page.dart index cfad925716..93ee7c232c 100644 --- a/mobile/lib/pages/library/places/places_collection.page.dart +++ b/mobile/lib/pages/library/places/places_collection.page.dart @@ -118,6 +118,9 @@ class PlacesCollectionPage extends HookConsumerWidget { }, isExpanded: false, underline: const SizedBox(), + style: const TextStyle( + fontSize: 14, + ), ), ), ),