Skip to content

Commit 7a371dc

Browse files
committed
Remove comments
1 parent 2ea60bb commit 7a371dc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/src/components/main/CanvasContainer.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ function CanvasContainer(props: CanvasContainerProps): JSX.Element {
3333
const canvasContainerStyle: React.CSSProperties = {
3434
width: '100%',
3535
height: '100%',
36-
// backgroundColor: 'rgba(25, 25, 25)',
3736
background: '#070808',
3837
backgroundImage: 'radial-gradient(#1E2024 .71px, transparent 0)',
3938
backgroundSize: '8px 8px',

0 commit comments

Comments
 (0)