diff --git a/lib/ui/widgets/homeView/latest_commit_card.dart b/lib/ui/widgets/homeView/latest_commit_card.dart index 6c216cf3..e78260ec 100644 --- a/lib/ui/widgets/homeView/latest_commit_card.dart +++ b/lib/ui/widgets/homeView/latest_commit_card.dart @@ -85,7 +85,7 @@ class _LatestCommitCardState extends State { future: locator().hasManagerUpdates(), initialData: false, builder: (context, snapshot) => Opacity( - opacity: snapshot.hasData && snapshot.data! ? 1.0 : 1.0, + opacity: snapshot.hasData && snapshot.data! ? 1.0 : 0.5, child: CustomMaterialButton( isExpanded: false, label: I18nText('latestCommitCard.updateButton'),