fixed the tab border

This commit is contained in:
Anand Roy
2024-12-19 16:12:07 +00:00
parent e5a7860ff0
commit 4da2683404
+1
View File
@@ -92,6 +92,7 @@ const Account = ({ open = "profile" }) => {
paddingY: theme.spacing(4),
fontWeight: 400,
marginRight: theme.spacing(8),
borderBottom: "2px solid transparent",
"&:focus": {
borderBottom: `2px solid ${theme.palette.border.light}`,
},