diff options
author | Sunil Shetye | 2025-05-23 11:54:31 +0530 |
---|---|---|
committer | Sunil Shetye | 2025-05-23 11:54:31 +0530 |
commit | 10bd9e59639878a6f5bd7214b959aec9006a3682 (patch) | |
tree | ce4c7f6bff376cf86a289f49eedee174d48dea62 | |
parent | 8b10e91010159297b848bd6e1c0a13976a973d42 (diff) | |
download | Common-Interface-Project-10bd9e59639878a6f5bd7214b959aec9006a3682.tar.gz Common-Interface-Project-10bd9e59639878a6f5bd7214b959aec9006a3682.tar.bz2 Common-Interface-Project-10bd9e59639878a6f5bd7214b959aec9006a3682.zip |
change message font size
-rw-r--r-- | blocks/eda-frontend/src/components/SchematicEditor/SimulationScreen.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/blocks/eda-frontend/src/components/SchematicEditor/SimulationScreen.js b/blocks/eda-frontend/src/components/SchematicEditor/SimulationScreen.js index ef462add..0b57cf9d 100644 --- a/blocks/eda-frontend/src/components/SchematicEditor/SimulationScreen.js +++ b/blocks/eda-frontend/src/components/SchematicEditor/SimulationScreen.js @@ -809,7 +809,7 @@ export default function SimulationScreen ({ open, close }) { </> : <Grid item xs={12} sm={12}> <Paper className={classes.paper}> - <Typography variant='h4' align='center' gutterBottom> + <Typography variant='h5' align='center' gutterBottom> {typography1} </Typography> </Paper> @@ -832,7 +832,7 @@ export default function SimulationScreen ({ open, close }) { !isGraph ? <Grid item xs={12} sm={12}> <Paper className={classes.paper}> - <Typography variant='h4' align='center' gutterBottom> + <Typography variant='h6' align='center' gutterBottom> {errorMessage} </Typography> </Paper> |