Skip to content

Commit e6e282f

Browse files
authored
fix: remove custom styles (#95993)
this is just a normal single select, and the style overrides mess with UI2 | before | after | |--------|--------| | <img width="1238" height="374" alt="Screenshot 2025-07-21 at 18 25 44" src="https://github.com/user-attachments/assets/0012ff9f-f5e3-4471-a777-778b2ef12bc6" /> | <img width="1238" height="374" alt="Screenshot 2025-07-21 at 18 21 05" src="https://github.com/user-attachments/assets/852b1ed1-3867-4b09-a45f-c5587c314df1" /> |
1 parent 23e29f8 commit e6e282f

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

static/app/views/organizationStats/teamInsights/controls.tsx

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff 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
)}

0 commit comments

Comments
 (0)