diff --git a/.changeset/cool-months-start.md b/.changeset/cool-months-start.md new file mode 100644 index 00000000..16af903d --- /dev/null +++ b/.changeset/cool-months-start.md @@ -0,0 +1,5 @@ +--- +'@devup-ui/react': patch +--- + +Fix color typing diff --git a/packages/react/src/types/props/background.ts b/packages/react/src/types/props/background.ts index 22dd7920..d1667994 100644 --- a/packages/react/src/types/props/background.ts +++ b/packages/react/src/types/props/background.ts @@ -8,6 +8,11 @@ export interface DevupUiBackgroundProps { bgAttachment?: ResponsiveValue bgClip?: ResponsiveValue bgColor?: ResponsiveValue + color?: ResponsiveValue + background?: ResponsiveValue + backgroundColor?: ResponsiveValue< + Property.BackgroundColor | keyof DevupThemeColors + > bgImage?: ResponsiveValue bgOrigin?: ResponsiveValue bgPosition?: ResponsiveValue