From 28c263acdd919b05e93734133242744fdbac9a78 Mon Sep 17 00:00:00 2001 From: Andy Wilson Date: Sun, 30 Jul 2023 21:12:44 +0100 Subject: [PATCH] Update color.ts --- packages/styled-system/src/parsers/color.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;