Nothing here draws a 1px outline. Shape comes from a three-step neutral fill ladder, so controls stay legible in both themes without a stroke to maintain.
Cards are surfaces with a soft shadow — no outline. Use flat on coloured backgrounds.
| Route | Status | p95 | Requests | |
|---|---|---|---|---|
| /v1/completions | live | 412 ms | 184,209 | |
| /v1/embeddings | live | 96 ms | 92,014 | |
| /v1/rerank | degraded | 1284 ms | 12,483 | |
| /v1/files | live | 168 ms | 8,821 | |
| /v1/batches | failing | 4102 ms | 402 |
import { AssetisFonts, ThemeProvider, ThemeScript } from "@assetis/ui";
import "@assetis/ui/styles.css";
export default function RootLayout({ children }) {
return (
<html lang="en" suppressHydrationWarning>
<head>
<AssetisFonts />
<ThemeScript />
</head>
<body>
<ThemeProvider>{children}</ThemeProvider>
</body>
</html>
);
}Inline code looks like --a-accent-h and stays neutral.