File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11export const searchBoxStyles : any = ( ) => ( {
22 root : {
3- width : '97 %'
3+ width : '100 %'
44 } ,
55 field : [
66 {
Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ const UnstyledResourceExplorer = (props: any) => {
154154 < Stack horizontal reversed verticalAlign = "center" tokens = { { childrenGap : 8 } } >
155155 < Stack . Item align = 'auto' >
156156 < div style = { styles . apiCollectionCount } >
157- { selectedLinks . length > 0 ? `(${ selectedLinks . length } )` : '(0) ' }
157+ { selectedLinks . length > 0 ? `(${ selectedLinks . length } )` : '' }
158158 </ div >
159159 </ Stack . Item >
160160 </ Stack >
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ export const resourceExplorerStyles = (theme: ITheme) => {
3434 display : 'flex' ,
3535 alignItems : 'center' ,
3636 justifyContent : 'flex-start' ,
37- backgroundColor : theme . palette . neutralLighterAlt ,
37+ backgroundColor : theme . palette . white ,
3838 textAlign : 'left' ,
3939 height : '40px' ,
4040 marginTop : '10px'
You can’t perform that action at this time.
0 commit comments