Merge pull request #1440 from Anand-Royy/tab-border

Tab bars are displayed upwards when hovered on them #1438
This commit is contained in:
Alexander Holliday
2024-12-19 09:45:28 -08:00
committed by GitHub
+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}`,
},