We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9f24e3 commit 9b48b32Copy full SHA for 9b48b32
src/components/settings/RootSelector.tsx
@@ -37,7 +37,6 @@ export default function RootSelector(props: RootSelectorProps) {
37
<Select
38
fullWidth
39
variant="standard"
40
- className="root-selector"
41
onChange={({ target }) => onChange(target.value)}
42
value={rootType}
43
>
src/components/utils/SearchBox.tsx
@@ -28,7 +28,6 @@ export default function SearchBox(props: SearchBoxProps) {
28
value={value}
29
onChange={(event) => setValue(event.target.value)}
30
type="text"
31
- className="search-box"
32
endAdornment={
33
value && (
34
<InputAdornment position="end">
0 commit comments