Update CurrentImageNode.tsx

This commit is contained in:
mickr777 2023-08-28 19:15:53 +10:00 committed by GitHub
parent e81e17ccb6
commit 00ca9b027a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,
}}