Skip to content

Commit

Permalink
Merge pull request #472 from tianenpang/docs/customize-theme-comma
Browse files Browse the repository at this point in the history
fix(docs): comma typo in customize theme code example
  • Loading branch information
jrgarciadev committed May 15, 2022
2 parents e08b9ca + 71776e4 commit 0e5afaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/content/docs/theme/customize-theme.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ import { createTheme, NextUIProvider, Text } from "@nextui-org/react"

// 2. Call `createTheme` and pass your custom values
const myDarkTheme = createTheme({
type: 'dark'
type: 'dark',
theme: {
colors: {
// brand colors
Expand Down

1 comment on commit 0e5afaa

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for nextui-docs ready!

✅ Preview
https://nextui-docs-olxr1a95o-nextui-org.vercel.app

Built with commit 0e5afaa.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.