fix: realign badge icon (#28951)

This commit is contained in:
Alex
2026-06-09 11:44:29 -05:00
committed by GitHub
parent c928787b3e
commit 6c5c6a1035
@@ -141,7 +141,7 @@ class _ProfileIndicator extends ConsumerWidget {
color: serverInfoState.versionStatus == VersionStatus.error
? context.colorScheme.error
: context.primaryColor,
size: widgetSize / 2,
size: widgetSize / 2 - 3,
semanticLabel: 'new_version_available'.tr(),
),
),