mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 21:00:58 +03:00
Fix text color in feedback stats
This commit is contained in:
@@ -10,10 +10,10 @@ const StatsCard = ({ title, stat }) => {
|
|||||||
return (
|
return (
|
||||||
<Card sx={{ border: '1px solid #e0e0e0', borderRadius: `${customization.borderRadius}px` }}>
|
<Card sx={{ border: '1px solid #e0e0e0', borderRadius: `${customization.borderRadius}px` }}>
|
||||||
<CardContent>
|
<CardContent>
|
||||||
<Typography sx={{ fontSize: 14 }} color='text.secondary' gutterBottom>
|
<Typography sx={{ fontSize: 14 }} color='text.primary' gutterBottom>
|
||||||
{title}
|
{title}
|
||||||
</Typography>
|
</Typography>
|
||||||
<Typography sx={{ fontSize: 30, fontWeight: 500 }} color='text.secondary'>
|
<Typography sx={{ fontSize: 30, fontWeight: 500 }} color='text.primary'>
|
||||||
{stat}
|
{stat}
|
||||||
</Typography>
|
</Typography>
|
||||||
</CardContent>
|
</CardContent>
|
||||||
|
|||||||
Reference in New Issue
Block a user