File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -111,24 +111,24 @@ const ProductSubMenu = React.forwardRef<HTMLAnchorElement, ProductSubMenuProps>(
111111 { ...props }
112112 >
113113 < Box sx = { { px : 2 } } > { icon } </ Box >
114- < Box sx = { { flexGrow : 1 } } >
115- < Box
116- sx = { {
114+ < div style = { { flexGrow : 1 } } >
115+ < div
116+ style = { {
117117 display : 'flex' ,
118118 flexDirection : 'row' ,
119119 alignItems : 'center' ,
120- gap : '6px ' ,
120+ gap : '0.5rem ' ,
121121 } }
122122 >
123123 < Typography variant = "body2" sx = { { color : 'text.primary' , fontWeight : 'bold' } } >
124124 { name }
125125 </ Typography >
126126 { chip }
127- </ Box >
127+ </ div >
128128 < Typography variant = "body2" sx = { { color : 'text.secondary' } } >
129129 { description }
130130 </ Typography >
131- </ Box >
131+ </ div >
132132 </ Box >
133133 ) ;
134134 } ,
You can’t perform that action at this time.
0 commit comments