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
|
<Flex
|
||||||
layerStyle='nodeHeader'
|
layerStyle="nodeHeader"
|
||||||
sx={{
|
sx={{
|
||||||
borderTopRadius: 'base',
|
borderTopRadius: 'base',
|
||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
@ -103,7 +103,7 @@ const Wrapper = (props: PropsWithChildren<{ nodeProps: NodeProps }>) => {
|
|||||||
</Text>
|
</Text>
|
||||||
</Flex>
|
</Flex>
|
||||||
<Flex
|
<Flex
|
||||||
layerStyle='nodeBody'
|
layerStyle="nodeBody"
|
||||||
sx={{
|
sx={{
|
||||||
w: 'full',
|
w: 'full',
|
||||||
h: 'full',
|
h: 'full',
|
||||||
@ -114,7 +114,7 @@ const Wrapper = (props: PropsWithChildren<{ nodeProps: NodeProps }>) => {
|
|||||||
{props.children}
|
{props.children}
|
||||||
{isHovering && (
|
{isHovering && (
|
||||||
<motion.div
|
<motion.div
|
||||||
key='nextPrevButtons'
|
key="nextPrevButtons"
|
||||||
initial={{
|
initial={{
|
||||||
opacity: 0,
|
opacity: 0,
|
||||||
}}
|
}}
|
||||||
|
Loading…
Reference in New Issue
Block a user