fix: set color text secondary for card
This commit is contained in:
@@ -302,7 +302,7 @@ const RobotCreate: React.FC = () => {
|
|||||||
Beta
|
Beta
|
||||||
</Box>
|
</Box>
|
||||||
|
|
||||||
<CardContent sx={{ textAlign: 'center', py: 3 }}>
|
<CardContent sx={{ textAlign: 'center', py: 3, color:"text.secondary" }}>
|
||||||
<AutoAwesome sx={{ fontSize: 32, mb: 1 }} />
|
<AutoAwesome sx={{ fontSize: 32, mb: 1 }} />
|
||||||
<Typography variant="h6" gutterBottom>
|
<Typography variant="h6" gutterBottom>
|
||||||
AI Mode
|
AI Mode
|
||||||
|
|||||||
Reference in New Issue
Block a user