set accounts tab height to 34px

This commit is contained in:
Vishnu Sreekumaran Nair
2025-03-25 17:55:28 -04:00
parent 2cf4af0ed9
commit 11b4039706

View File

@@ -78,6 +78,10 @@ const Account = ({ open = "profile" }) => {
onKeyDown={handleKeyDown}
onFocus={() => handleFocus(label.toLowerCase())}
tabIndex={index}
sx={{
minHeight: "34px",
height: "34px",
}}
/>
))}
</TabList>