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 />}
|
icon={<FaUndo />}
|
||||||
onClick={() => dispatch(ipAdapterImageChanged(null))}
|
onClick={() => dispatch(ipAdapterImageChanged(null))}
|
||||||
isDisabled={!imageDTO}
|
isDisabled={!imageDTO}
|
||||||
|
size="sm"
|
||||||
sx={{
|
sx={{
|
||||||
position: 'absolute',
|
position: 'absolute',
|
||||||
top: 3,
|
top: 3,
|
||||||
|
Loading…
Reference in New Issue
Block a user