mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-05 21:05:35 -05:00
Update CurrentImageNode.tsx
This commit is contained in:
@@ -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,
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user