Increase allowance toggle loading spinner size by 1
This commit is contained in:
parent
88556d31e2
commit
ee71f57453
@ -18,7 +18,7 @@ export const AllowanceStateView: React.StatelessComponent<AllowanceStateViewProp
|
|||||||
case AllowanceState.Unlocked:
|
case AllowanceState.Unlocked:
|
||||||
return renderCheck();
|
return renderCheck();
|
||||||
case AllowanceState.Loading:
|
case AllowanceState.Loading:
|
||||||
return <CircularProgress size={15} thickness={2} />;
|
return <CircularProgress size={16} thickness={2} />;
|
||||||
default:
|
default:
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user