Skip to content

Commit 0070ad5

Browse files
committed
Fix border colors
1 parent 41422df commit 0070ad5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/app/src/app/pages/Sandbox/Editor/elements.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ export const Container = styled.div`
1111
1212
.Resizer {
1313
background: ${props => props.theme['sideBar.border'] || 'black'};
14-
border-color: ${props => props.theme['sideBar.border'] || 'black'};
1514
background-clip: padding-box;
1615
}
1716
`;

0 commit comments

Comments
 (0)