mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
tweak(ui): image field collection input component styling
This commit is contained in:
@@ -90,7 +90,7 @@ export const ImageFieldCollectionInputComponent = memo(
|
||||
isError={isInvalid}
|
||||
onUpload={onUpload}
|
||||
fontSize={24}
|
||||
variant="outline"
|
||||
variant="ghost"
|
||||
/>
|
||||
)}
|
||||
{field.value && field.value.length > 0 && (
|
||||
|
||||
Reference in New Issue
Block a user