diff --git a/ui/src/Components/Toast/ToastMessages.tsx b/ui/src/Components/Toast/ToastMessages.tsx
index 24e2ee160..b57f6bbc6 100644
--- a/ui/src/Components/Toast/ToastMessages.tsx
+++ b/ui/src/Components/Toast/ToastMessages.tsx
@@ -58,7 +58,7 @@ const UpgradeToastMessage: FC<{
}`}
onAnimationEnd={alertStore.info.setUpgradeNeeded}
role="progressbar"
- style={{ width: 0 }}
+ style={{ width: 100 }}
>
diff --git a/ui/src/Components/Toast/__snapshots__/AppToasts.test.tsx.snap b/ui/src/Components/Toast/__snapshots__/AppToasts.test.tsx.snap
index 3751c595b..d69cf7762 100644
--- a/ui/src/Components/Toast/__snapshots__/AppToasts.test.tsx.snap
+++ b/ui/src/Components/Toast/__snapshots__/AppToasts.test.tsx.snap
@@ -71,7 +71,7 @@ exports[`