mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-05-19 16:08:39 -05:00
Merge pull request #1440 from Anand-Royy/tab-border
Tab bars are displayed upwards when hovered on them #1438
This commit is contained in:
@@ -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}`,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user