We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41422df commit 0070ad5Copy full SHA for 0070ad5
packages/app/src/app/pages/Sandbox/Editor/elements.js
@@ -11,7 +11,6 @@ export const Container = styled.div`
11
12
.Resizer {
13
background: ${props => props.theme['sideBar.border'] || 'black'};
14
- border-color: ${props => props.theme['sideBar.border'] || 'black'};
15
background-clip: padding-box;
16
}
17
`;
0 commit comments