mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix: Decrease the size of the IP Adapter Image Reset Button
This commit is contained in:
parent
208286e97a
commit
b60b1e359e
@ -78,6 +78,7 @@ const ParamIPAdapterImage = () => {
|
||||
icon={<FaUndo />}
|
||||
onClick={() => dispatch(ipAdapterImageChanged(null))}
|
||||
isDisabled={!imageDTO}
|
||||
size="sm"
|
||||
sx={{
|
||||
position: 'absolute',
|
||||
top: 3,
|
||||
|
Loading…
Reference in New Issue
Block a user