Skip to content
This repository was archived by the owner on Mar 4, 2020. It is now read-only.

Commit bb5eb00

Browse files
committed
addressed PR comments
1 parent 6b28f79 commit bb5eb00

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/themes/teams/components/Icon/iconVariables.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ import { pxToRem } from '../../utils'
55
export type IconSizeModifier = 'x' | 'xx'
66

77
export interface IconVariables {
8+
[key: string]: object | string | number | boolean | undefined
9+
810
colors: ColorValues<string>
911
color?: string
1012
backgroundColor?: string

0 commit comments

Comments
 (0)