refactor(web): migrate feature screens to design tokens + radius token (#49)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -26,7 +26,7 @@ const FieldsPage = lazy(() =>
|
||||
);
|
||||
|
||||
function FormFallback() {
|
||||
return <div role="status" className="p-4 text-sm text-neutral-400">Loading…</div>;
|
||||
return <div role="status" className="p-4 text-sm text-muted-foreground">Loading…</div>;
|
||||
}
|
||||
|
||||
export function App() {
|
||||
|
||||
Reference in New Issue
Block a user