Hotfix: Pixel Overflow

This commit is contained in:
2025-07-19 23:06:38 +02:00
parent d660fb0627
commit 96471a5764
5 changed files with 5 additions and 5 deletions

View File

@@ -98,7 +98,7 @@ class _SettingsViewState extends State<SettingsView> {
? '${ConfigService.pointLimit} ${AppLocalizations.of(context).points}'
: AppLocalizations.of(context).unlimited),
),
const SizedBox(width: 10),
const SizedBox(width: 5),
const CupertinoListTileChevron()
],
),