diff --git a/apps/planner/app/routes/dev.ui.tsx b/apps/planner/app/routes/dev.ui.tsx index e662bf3..22dc4ed 100644 --- a/apps/planner/app/routes/dev.ui.tsx +++ b/apps/planner/app/routes/dev.ui.tsx @@ -84,7 +84,8 @@ export default function DevUi() { useState<(typeof COLOR_MODES)[number]["value"]>("elevation"); return ( -
+
+

UI primitives

@@ -217,6 +218,7 @@ export default function DevUi() {

Elevated with a soft shadow.

+
); }