Merge version_19 into main #21

Merged
bender merged 2 commits from version_19 into main 2026-02-20 11:33:14 +00:00
2 changed files with 3 additions and 2 deletions

View File

@@ -1409,4 +1409,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -221,6 +221,7 @@ export default function FitCoachPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
cardClassName="gap-4"
/>
</div>
@@ -291,4 +292,4 @@ export default function FitCoachPage() {
</div>
</ThemeProvider>
);
}
}