diff --git a/packages/styled-system/src/parsers/color.ts b/packages/styled-system/src/parsers/color.ts index 366e1c68..d263ec14 100644 --- a/packages/styled-system/src/parsers/color.ts +++ b/packages/styled-system/src/parsers/color.ts @@ -6,7 +6,7 @@ import { RequiredTheme, ResponsiveValue, Theme, ThemeValue } from '../types'; export interface ColorProps< ThemeType extends Theme = RequiredTheme, - TVal = ThemeValue<'colors', ThemeType> + TVal = ThemeValue<'colors', ThemeType>, > { backgroundColor?: ResponsiveValue; bg?: ResponsiveValue;