diff --git a/src/components/FileTree.tsx b/src/components/FileTree.tsx index 25b964829..87ddd4d39 100644 --- a/src/components/FileTree.tsx +++ b/src/components/FileTree.tsx @@ -309,7 +309,7 @@ const FileTreeItem = ({ {hasRuntimeError && (
diff --git a/src/components/ModelingSidebar/ModelingPanes/index.tsx b/src/components/ModelingSidebar/ModelingPanes/index.tsx index 27aee3002..92ba51cd6 100644 --- a/src/components/ModelingSidebar/ModelingPanes/index.tsx +++ b/src/components/ModelingSidebar/ModelingPanes/index.tsx @@ -171,7 +171,7 @@ export const sidebarPanes: SidebarPane[] = [ // editorManager.scrollToFirstErrorDiagnosticIfExists() }, className: - 'absolute m-0 p-0 bottom-4 left-4 w-3 h-3 flex items-center justify-center text-[9px] font-semibold text-white bg-red-600 rounded-full border border-red-300 dark:border-red-800 z-50 hover:cursor-pointer hover:scale-[2] transition-transform duration-200', + 'absolute m-0 p-0 bottom-4 left-4 w-3 h-3 flex items-center justify-center text-[9px] font-semibold text-white bg-primary hue-rotate-90 rounded-full border border-chalkboard-10 dark:border-chalkboard-80 z-50 hover:cursor-pointer hover:scale-[2] transition-transform duration-200', title: 'Project files have runtime errors', }, },