Skip to content

Commit

Permalink
Update color.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Code-Monkey authored Jul 30, 2023
1 parent dedfe9d commit 28c263a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/styled-system/src/parsers/color.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<TVal, ThemeType>;
bg?: ResponsiveValue<TVal, ThemeType>;
Expand Down

0 comments on commit 28c263a

Please sign in to comment.