Skip to content

Commit

Permalink
random other fixes (#559)
Browse files Browse the repository at this point in the history
* random other fixes

* lint

* sensible organization
  • Loading branch information
codekansas authored Nov 7, 2024
1 parent e814836 commit f19af5a
Show file tree
Hide file tree
Showing 4 changed files with 157 additions and 240 deletions.
2 changes: 1 addition & 1 deletion frontend/src/components/files/FileRenderer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const FileRenderer: React.FC<{
<URDFRenderer
urdfContent={new TextDecoder().decode(file.content)}
files={allFiles}
supportedThemes={["default", "dark"]}
supportedThemes={["light", "dark"]}
/>
);
case "stl":
Expand Down
Loading

0 comments on commit f19af5a

Please sign in to comment.