File tree Expand file tree Collapse file tree 1 file changed +0
-30
lines changed
static/app/views/organizationStats/teamInsights Expand file tree Collapse file tree 1 file changed +0
-30
lines changed Original file line number Diff line number Diff line change @@ -189,36 +189,6 @@ function TeamStatsControls({
189189 ] }
190190 value = { currentEnvironment ?? '' }
191191 onChange = { handleEnvironmentChange }
192- styles = { {
193- input : ( provided : any ) => ( {
194- ...provided ,
195- display : 'grid' ,
196- gridTemplateColumns : 'max-content 1fr' ,
197- alignItems : 'center' ,
198- gridGap : space ( 1 ) ,
199- ':before' : {
200- height : 24 ,
201- width : 90 ,
202- borderRadius : 3 ,
203- content : '""' ,
204- display : 'block' ,
205- } ,
206- } ) ,
207- control : ( base : any ) => ( {
208- ...base ,
209- boxShadow : 'none' ,
210- } ) ,
211- singleValue : ( base : any ) => ( {
212- ...base ,
213- fontSize : theme . fontSize . md ,
214- display : 'flex' ,
215- ':before' : {
216- ...base [ ':before' ] ,
217- color : theme . textColor ,
218- marginRight : space ( 1.5 ) ,
219- } ,
220- } ) ,
221- } }
222192 inFieldLabel = { t ( 'Environment:' ) }
223193 />
224194 ) }
You can’t perform that action at this time.
0 commit comments