File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/devtools-ui/src/styles Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ const stylesFactory = (theme: Theme = 'dark') => {
210210 height : ${ size [ 12 ] } ;
211211 font-family : ${ fontFamily . sans } ;
212212 gap : ${ tokens . size [ 0.5 ] } ;
213- padding : 0 px ;
213+ padding : 0 ;
214214 & : hover {
215215 opacity : 0.7 ;
216216 }
@@ -474,7 +474,7 @@ const stylesFactory = (theme: Theme = 'dark') => {
474474 color : ${ t ( colors . gray [ 500 ] , colors . gray [ 500 ] ) } ;
475475 border : none;
476476 display : inline-flex;
477- padding : 0 px ;
477+ padding : 0 ;
478478 align-items : center;
479479 justify-content : center;
480480 cursor : pointer;
@@ -608,7 +608,7 @@ const stylesFactory = (theme: Theme = 'dark') => {
608608 background-color : transparent;
609609 border : none;
610610 gap : ${ tokens . size [ 0.5 ] } ;
611- padding : 0 px ;
611+ padding : 0 ;
612612 & : hover {
613613 opacity : 0.7 ;
614614 }
You can’t perform that action at this time.
0 commit comments