mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(ui): InvEditable, linear field view styling
This commit is contained in:
committed by
Kent Keirsey
parent
cd292f6c1c
commit
4134f18319
@ -58,7 +58,7 @@ const LinearViewField = ({ nodeId, fieldName }: Props) => {
|
||||
placement="top"
|
||||
>
|
||||
<Flex h="full" alignItems="center">
|
||||
<Icon as={FaInfoCircle} />
|
||||
<Icon fontSize="sm" color="base.300" as={FaInfoCircle} />
|
||||
</Flex>
|
||||
</InvTooltip>
|
||||
<InvIconButton
|
||||
|
Reference in New Issue
Block a user