CHORE: added border styles to the save button container

This commit is contained in:
Thirukumaran-T
2025-06-05 12:00:16 +05:30
parent 9ce1bf9bfb
commit a101bd479a
+4
View File
@@ -202,6 +202,10 @@ const Settings = () => {
pr: theme.spacing(15),
pl: theme.spacing(5),
pt: theme.spacing(4),
border: 1,
borderStyle: "solid",
borderColor: theme.palette.primary.lowContrast,
borderRadius: theme.spacing(2)
}}
>
<Button