fix(docs): small fixes

This commit is contained in:
Junior Garcia 2023-05-28 16:23:01 -03:00
parent 1569b59725
commit 6a4e16b224
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ export const ImportTabs = ({commands}: ImportTabsProps) => {
classNames={{
base: "bg-code-background text-code-foreground",
pre: "font-light text-base",
copyButton: "text-lg text-code-foreground/50",
copyButton: "text-lg text-default-400",
}}
>
<Codeblock codeString={commands[key] as string} language="jsx" />

View File

@ -94,7 +94,7 @@ You can customize the copy and copied icons by using the `copyIcon` and `checkIc
| hideSymbol | `boolean` | Whether to hide the symbol. | `false` |
| copyButtonProps | [ButtonProps](/docs/components/button#button-props) | The props of the copy button. | - |
| disableAnimation | `boolean` | Whether to disable the animations. | `false` |
| classNames | `Record<"base""content""pre""symbol""copyButton""checkIcon", string>` | Allows to set custom class names for the skeleton slots. | - |
| classNames | `Record<"base""content""pre""symbol""copyButton""checkIcon", string>` | Allows to set custom class names for the snippet slots. | - |
### Snippet Events