Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Nov 22, 2024
1 parent ef126e1 commit b07e7ea
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion examples/experimental/nodes/frontend/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -158,4 +158,4 @@ const App: React.FC = () => {
);
};

export default App;
export default App;
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
color: #cccccc;
user-select: none;
}

.folder-arrow {
display: flex;
align-items: center;
Expand All @@ -35,7 +35,7 @@
width: 14px;
height: 14px;
}

/* Language-specific icon colors */
.html-icon { color: #e34f26; }
.css-icon { color: #264de4; }
Expand All @@ -44,7 +44,7 @@
.ts-icon { color: #3178c6; }
.json-icon { color: #f0db4f; }
.md-icon { color: #ffffff; }

.folder-children {
transition: all 0.2s ease;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export const FileSystem: React.FC<FileSystemProps> = ({ onFileSelect }) => {

const renderItem = (item: any, depth: number = 0) => {
const isExpanded = expandedFolders.has(item.name);

return (
<div
key={item.name}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
border-right: 1px solid #333;
overflow-y: auto;
padding: 0px 0 0 10px;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ export const SceneContext: React.FC = () => {
{/* Scene context content will go here */}
</div>
);
};
};
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
padding: 10px 0;
border-right: 1px solid #444;
}

.sidebar-button {
background: none;
border: none;
Expand All @@ -18,7 +18,7 @@
font-size: 12px;
text-align: center;
}

.sidebar-button:hover {
background-color: #444;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ export const Sidebar: React.FC<SidebarProps> = ({ onSelect }) => {
{/* Add more icons as needed */}
</div>
);
};
};

0 comments on commit b07e7ea

Please sign in to comment.