Skip to content

Commit e47445f

Browse files
committed
Progress size
Signed-off-by: danieloprado <[email protected]>
1 parent 146ef8b commit e47445f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Text.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export default class FieldText extends FieldCoreBase<IProps> {
6464
InputProps={{
6565
endAdornment: !loading ? null : (
6666
<InputAdornment position='end'>
67-
<CircularProgress color='secondary' size={25} />
67+
<CircularProgress color='secondary' size={20} />
6868
</InputAdornment>
6969
),
7070
...(extraProps.InputProps || {})

0 commit comments

Comments
 (0)