Skip to content

Commit

Permalink
[core] Add hoverOpacity to TypeAction interface (#12455)
Browse files Browse the repository at this point in the history
  • Loading branch information
hassan-zaheer authored and oliviertassinari committed Aug 9, 2018
1 parent 35b1810 commit ba84c93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/material-ui/src/styles/createPalette.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ interface TypeText {
interface TypeAction {
active: string;
hover: string;
hoverOpacity: number;
selected: string;
disabled: string;
disabledBackground: string;
Expand Down

0 comments on commit ba84c93

Please sign in to comment.