Skip to content

Commit a21a45b

Browse files
fix build
1 parent 1ce5e45 commit a21a45b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

editor/scaffolds/inspector/inspector.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ const InspectorContainer = styled.div`
2020
width: 200px;
2121
height: 100%;
2222
background-color: ${colors.color_editor_bg_on_dark};
23-
/* background-color: ${(props) => props.theme.colors.background}; */
2423
`;
24+
/* background-color: ${(props) => props.theme.colors.background}; */

0 commit comments

Comments
 (0)