fix: grid item separator / → · (consistent with list and detail screen)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Ponshu Developer 2026-04-06 16:50:51 +09:00
parent c5cb02f9ac
commit db4af36f8b
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ class SakeGridItem extends ConsumerWidget {
if (sake.itemType != ItemType.set && if (sake.itemType != ItemType.set &&
(sake.displayData.displayBrewery.isNotEmpty || sake.displayData.displayPrefecture.isNotEmpty)) (sake.displayData.displayBrewery.isNotEmpty || sake.displayData.displayPrefecture.isNotEmpty))
Text( Text(
'${sake.displayData.displayBrewery} / ${sake.displayData.displayPrefecture}', '${sake.displayData.displayBrewery} · ${sake.displayData.displayPrefecture}',
style: const TextStyle( style: const TextStyle(
color: Colors.white70, color: Colors.white70,
fontSize: 10, fontSize: 10,