Skip to content

Commit

Permalink
chore: update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
yoojinsuah committed Sep 26, 2023
1 parent 86503ed commit c1c4ec4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/proud-stingrays-invent.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@musma/react-component": minor
---

다중 테마 기능 추가
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ interface DefaultColorSet {
transparent: string
}

export interface Pallet extends DefaultColorSet {
export interface Palette extends DefaultColorSet {
[key: string]:
| {
lighter: string
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { Size } from 'src/types'

import { Pallet } from './ColorType'
import { Palette } from './ColorType'

export interface MusmaTheme {
colors: Pallet
colors: Palette
/**
* @default
sm: 2,
Expand Down

0 comments on commit c1c4ec4

Please sign in to comment.