Skip to content

Commit e1d01a9

Browse files
authored
fix(SplitterLayout): show splitter icons correctly (#5488)
1 parent d782bb5 commit e1d01a9

File tree

1 file changed

+1
-0
lines changed
  • packages/main/src/components/Splitter

1 file changed

+1
-0
lines changed

packages/main/src/components/Splitter/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ const useStyles = createUseStyles(
134134
}
135135
},
136136
icon: {
137+
boxSizing: 'initial',
137138
color: CustomThemingParameters.SplitterIconColor
138139
},
139140
lineBefore: {

0 commit comments

Comments
 (0)