Skip to content

Commit b874152

Browse files
committed
bring back dev overlay styles
1 parent a32f996 commit b874152

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/start/src/shared/dev-overlay/DevOverlayDialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import {
2121
ViewCompiledIcon,
2222
ViewOriginalIcon
2323
} from "./icons.tsx";
24-
// import "./styles.css";
24+
import "./styles.css";
2525

2626
export function classNames(...classes: (string | boolean | undefined)[]): string {
2727
return classes.filter(Boolean).join(" ");

0 commit comments

Comments
 (0)