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 b6930aa commit d1faa6dCopy full SHA for d1faa6d
docs/introduction/overview.mdx
@@ -36,11 +36,12 @@ function.set_docstring('new docstring') # set docstring
36
src={`https://www.chadcode.sh/embedded/codemod/?code=${encodeURIComponent(
37
intoSnippet
38
)}`}
39
- className="rounded-md ring-1 ring-gray-200"
+ className="rounded-md"
40
style={{
41
borderRadius: "0.5rem",
42
+ borderColor: "rgb(var(--primary-light))",
43
+ borderWidth: "1px",
44
}}
- onload="resizeIframe(this)"
45
></iframe>
46
47
## Installation
0 commit comments