Skip to content

Commit

Permalink
feat(theme): added info color and colorScheme
Browse files Browse the repository at this point in the history
  • Loading branch information
hirotomoyamada committed Oct 15, 2023
1 parent bf55a56 commit 8c80e0f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/polite-turtles-swim.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@yamada-ui/theme': patch
---

Added info color and colorScheme.
2 changes: 2 additions & 0 deletions packages/theme/src/semantics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export const semantics: ThemeSemantics = {
colors: {
primary: 'blue.500',
secondary: 'purple.500',
info: 'blue.500',
success: 'emerald.500',
warning: 'orange.500',
danger: 'red.500',
Expand All @@ -12,6 +13,7 @@ export const semantics: ThemeSemantics = {
colorSchemes: {
primary: 'blue',
secondary: 'purple',
info: 'blue',
success: 'emerald',
warning: 'orange',
danger: 'red',
Expand Down

0 comments on commit 8c80e0f

Please sign in to comment.