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

Commit

Permalink
addressed PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
bmdalex committed Dec 21, 2018
1 parent 6b28f79 commit bb5eb00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/themes/teams/components/Icon/iconVariables.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ import { pxToRem } from '../../utils'
export type IconSizeModifier = 'x' | 'xx'

export interface IconVariables {
[key: string]: object | string | number | boolean | undefined

colors: ColorValues<string>
color?: string
backgroundColor?: string
Expand Down

0 comments on commit bb5eb00

Please sign in to comment.