mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Update CurrentImageNode.tsx
This commit is contained in:
parent
e81e17ccb6
commit
00ca9b027a
@ -83,7 +83,7 @@ const Wrapper = (props: PropsWithChildren<{ nodeProps: NodeProps }>) => {
|
||||
}}
|
||||
>
|
||||
<Flex
|
||||
layerStyle='nodeHeader'
|
||||
layerStyle="nodeHeader"
|
||||
sx={{
|
||||
borderTopRadius: 'base',
|
||||
alignItems: 'center',
|
||||
@ -103,7 +103,7 @@ const Wrapper = (props: PropsWithChildren<{ nodeProps: NodeProps }>) => {
|
||||
</Text>
|
||||
</Flex>
|
||||
<Flex
|
||||
layerStyle='nodeBody'
|
||||
layerStyle="nodeBody"
|
||||
sx={{
|
||||
w: 'full',
|
||||
h: 'full',
|
||||
@ -114,7 +114,7 @@ const Wrapper = (props: PropsWithChildren<{ nodeProps: NodeProps }>) => {
|
||||
{props.children}
|
||||
{isHovering && (
|
||||
<motion.div
|
||||
key='nextPrevButtons'
|
||||
key="nextPrevButtons"
|
||||
initial={{
|
||||
opacity: 0,
|
||||
}}
|
||||
|
Loading…
Reference in New Issue
Block a user