We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 119493e commit 6a93dc6Copy full SHA for 6a93dc6
1 file changed
documentation/src/routes/landing/showcase/showcase.tsx
@@ -18,7 +18,7 @@ interface ShowcaseStep {
18
previewBlocks: PreviewBlock[];
19
}
20
21
-const codeClass = "!text-violet-600 !text-xs font-semibold !bg-violet-50 px-1.5 py-0.5 rounded !border-0";
+const codeClass = "!text-violet-600 !text-xs font-semibold !bg-violet-50 px-1.5 py-0.5 rounded !border-violet-400";
22
23
const MethodsTable = () => (
24
<div className="w-full rounded-lg border border-slate-200 overflow-hidden">
0 commit comments