Skip to content

Commit 0f26391

Browse files
committed
Update Toolbar.tsx
1 parent d1397ef commit 0f26391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/workflow-editor/components/Toolbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const ToolbarShell = styled.div`
88
justify-content: space-between;
99
box-sizing: border-box;
1010
padding: 8px 16px;
11-
box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.01);
11+
box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.05);
1212
z-index: 1;
1313
background-color: ${props => props.theme.mode === "dark" ? "rgba(255, 255, 255, 0.1)" : ""};
1414
border: solid ${props => props.theme.mode === "dark" ? props.theme.token?.colorBorder + " 1px" : "0px"};

0 commit comments

Comments
 (0)