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