Skip to content

Commit 6a93dc6

Browse files
committed
docs update
1 parent 119493e commit 6a93dc6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

documentation/src/routes/landing/showcase/showcase.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ interface ShowcaseStep {
1818
previewBlocks: PreviewBlock[];
1919
}
2020

21-
const codeClass = "!text-violet-600 !text-xs font-semibold !bg-violet-50 px-1.5 py-0.5 rounded !border-0";
21+
const codeClass = "!text-violet-600 !text-xs font-semibold !bg-violet-50 px-1.5 py-0.5 rounded !border-violet-400";
2222

2323
const MethodsTable = () => (
2424
<div className="w-full rounded-lg border border-slate-200 overflow-hidden">

0 commit comments

Comments
 (0)