We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 146ef8b commit e47445fCopy full SHA for e47445f
components/Text.tsx
@@ -64,7 +64,7 @@ export default class FieldText extends FieldCoreBase<IProps> {
64
InputProps={{
65
endAdornment: !loading ? null : (
66
<InputAdornment position='end'>
67
- <CircularProgress color='secondary' size={25} />
+ <CircularProgress color='secondary' size={20} />
68
</InputAdornment>
69
),
70
...(extraProps.InputProps || {})
0 commit comments