smaller alert scale

This commit is contained in:
legop3
2026-01-18 16:19:43 -05:00
parent 465bddb9dd
commit 6859a6c048
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -152,7 +152,7 @@ export default function MiniSummaryApp() {
<SettingsProvider>
<>
<MiniSummaryContent />
<AlertFeed scale={5} />
<AlertFeed scale={3} />
</>
</SettingsProvider>
);