Skip to content

Commit ee3a88f

Browse files
fix: add base theme styles to MenuButton
1 parent 223695f commit ee3a88f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/theme.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,10 @@ const defaultTheme: MinervaTheme = {
121121
Link: {},
122122
Tabs: {},
123123
MenuButton: {
124+
display: 'flex',
125+
alignItems: 'center',
126+
border: '1px solid #E0E0E0',
127+
borderRadius: '5px',
124128
_hover: {
125129
boxShadow: '0 0 0 2px #CBBEE7',
126130
},

0 commit comments

Comments
 (0)