Skip to content

Commit b204c66

Browse files
committed
fix: remove useless shadow
1 parent 6af4025 commit b204c66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/navigator/WorkshopNavigator.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ const NavigatorView = memo(function NavigatorView(props: {
107107
)
108108

109109
return (
110-
<Root display={display} flex={1} overflow={['hidden', 'hidden', 'auto']} shadow={1}>
110+
<Root display={display} flex={1} overflow={['hidden', 'hidden', 'auto']}>
111111
<Flex direction="column" height="fill">
112112
<Layer style={flexNoneStyle}>
113113
<Card padding={2} shadow={1} style={lineHeightNoneStyle}>

0 commit comments

Comments
 (0)