fix: Decrease the size of the IP Adapter Image Reset Button

This commit is contained in:
blessedcoolant 2023-09-16 12:20:04 +12:00 committed by Kent Keirsey
parent 208286e97a
commit b60b1e359e

View File

@ -78,6 +78,7 @@ const ParamIPAdapterImage = () => {
icon={<FaUndo />}
onClick={() => dispatch(ipAdapterImageChanged(null))}
isDisabled={!imageDTO}
size="sm"
sx={{
position: 'absolute',
top: 3,