larger labels

This commit is contained in:
legop3
2026-01-18 16:17:25 -05:00
parent c7a639a568
commit 465bddb9dd
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -121,7 +121,7 @@ function MiniSummaryContent() {
layoutFormat="mobile"
hudVariant="spectator"
driverLabel={driverLabel}
hudLabelScale={3}
hudLabelScale={5}
hudForceMap
hudMapPosition="bottom-left"
fitParent
@@ -152,7 +152,7 @@ export default function MiniSummaryApp() {
<SettingsProvider>
<>
<MiniSummaryContent />
<AlertFeed scale={3} />
<AlertFeed scale={5} />
</>
</SettingsProvider>
);