mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-01-25 11:19:16 -06:00
set accounts tab height to 34px
This commit is contained in:
@@ -78,6 +78,10 @@ const Account = ({ open = "profile" }) => {
|
||||
onKeyDown={handleKeyDown}
|
||||
onFocus={() => handleFocus(label.toLowerCase())}
|
||||
tabIndex={index}
|
||||
sx={{
|
||||
minHeight: "34px",
|
||||
height: "34px",
|
||||
}}
|
||||
/>
|
||||
))}
|
||||
</TabList>
|
||||
|
||||
Reference in New Issue
Block a user