- {THEME_OPTIONS.map((option) => (
+
+
+
+ {experience === "live" ? "ライブ演習" : "公開ガイド"}
+
+
+
+
+
+
+ 見た目
+ {activeTheme.label}
+
+ {THEME_OPTIONS.map((option) => (
+
+ ))}
+
+
+ {experience === "live" ? (
+
+ ) : null}
-
- {experience === "live" ? (
-
- ) : null}
);
diff --git a/apps/lab-guide/src/components/DisclosureDrawer.tsx b/apps/lab-guide/src/components/DisclosureDrawer.tsx
index 5b3510a..a078db4 100644
--- a/apps/lab-guide/src/components/DisclosureDrawer.tsx
+++ b/apps/lab-guide/src/components/DisclosureDrawer.tsx
@@ -161,3 +161,41 @@ export function DisclosurePull({
);
}
+
+export interface ToolShelfItem