summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunil Shetye2025-06-28 18:50:23 +0530
committerSunil Shetye2025-06-28 18:50:23 +0530
commit3aba2c30b3ae5eb89cf3ee75ae9317fc7d50d103 (patch)
tree7b6d2ebb44b4755fa438fc06a06296048414b9f1
parent201511c5683252de87ed1e6ec9b90d49a57a390b (diff)
downloadCommon-Interface-Project-3aba2c30b3ae5eb89cf3ee75ae9317fc7d50d103.tar.gz
Common-Interface-Project-3aba2c30b3ae5eb89cf3ee75ae9317fc7d50d103.tar.bz2
Common-Interface-Project-3aba2c30b3ae5eb89cf3ee75ae9317fc7d50d103.zip
add border radius to logo
-rw-r--r--blocks/eda-frontend/src/components/SchematicEditor/Header.js3
-rw-r--r--blocks/eda-frontend/src/components/Shared/Navbar.js3
2 files changed, 4 insertions, 2 deletions
diff --git a/blocks/eda-frontend/src/components/SchematicEditor/Header.js b/blocks/eda-frontend/src/components/SchematicEditor/Header.js
index 78cdd329..7744714a 100644
--- a/blocks/eda-frontend/src/components/SchematicEditor/Header.js
+++ b/blocks/eda-frontend/src/components/SchematicEditor/Header.js
@@ -54,7 +54,8 @@ const useStyles = makeStyles((theme) => ({
},
small: {
width: theme.spacing(3.7),
- height: theme.spacing(3.7)
+ height: theme.spacing(3.7),
+ borderRadius: '10%'
},
tools: {
padding: theme.spacing(1),
diff --git a/blocks/eda-frontend/src/components/Shared/Navbar.js b/blocks/eda-frontend/src/components/Shared/Navbar.js
index 58d0ae24..cf94aed8 100644
--- a/blocks/eda-frontend/src/components/Shared/Navbar.js
+++ b/blocks/eda-frontend/src/components/Shared/Navbar.js
@@ -40,7 +40,8 @@ const useStyles = makeStyles((theme) => ({
},
small: {
width: theme.spacing(3.7),
- height: theme.spacing(3.7)
+ height: theme.spacing(3.7),
+ borderRadius: '10%'
},
purple: {
width: theme.spacing(3.75),