Skip to content

Commit

Permalink
chore(docs-code-theme): attr name yellow changed to yellow600
Browse files Browse the repository at this point in the history
  • Loading branch information
jrgarciadev committed May 17, 2022
1 parent 680094c commit 8d80ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/src/components/playground/code-theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const makeCodeTheme = (): PrismTheme => ({
{
types: ['attr-name'],
style: {
color: 'var(--nextui-colors-yellow500)'
color: 'var(--nextui-colors-yellow600)'
}
},
{
Expand Down

1 comment on commit 8d80ebf

@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-cpi7b88h2-nextui-org.vercel.app

Built with commit 8d80ebf.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.