no more pills

This commit is contained in:
2026-03-15 20:07:48 -05:00
parent e88d949a59
commit f3e421e9e3
33 changed files with 305 additions and 272 deletions

View File

@@ -104,7 +104,7 @@ const GanttPage = React.lazy(() =>
function RouteFallback() {
return (
<div className="rounded-[28px] border border-line/70 bg-surface/90 p-4 text-sm text-muted shadow-panel">
<div className="rounded-[20px] border border-line/70 bg-surface/90 p-4 text-sm text-muted shadow-panel">
Loading module...
</div>
);
@@ -266,3 +266,4 @@ ReactDOM.createRoot(document.getElementById("root")!).render(
</ThemeProvider>
</React.StrictMode>
);