Fix text color for Gesamtsumme

This commit is contained in:
Frederik Beimgraben 2025-09-01 17:38:38 +02:00
parent 91372c73b4
commit c004449212

View File

@ -223,7 +223,7 @@ const AdminDashboard: React.FC = () => {
<CardContent sx={{ textAlign: "center" }}> <CardContent sx={{ textAlign: "center" }}>
<Typography <Typography
variant="h5" variant="h5"
color="secondary.main" color="text.primary"
sx={{ sx={{
fontWeight: "bold", fontWeight: "bold",
fontSize: { xs: "1rem", sm: "1.25rem" }, fontSize: { xs: "1rem", sm: "1.25rem" },