Fix text color for Gesamtsumme
This commit is contained in:
parent
91372c73b4
commit
c004449212
@ -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" },
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user