fix(item): add missing ripple color CSS property (#17814)

Adds missing --ripple-color var to item

fixes #17523
This commit is contained in:
Brandy Carney
2019-03-19 11:14:01 -04:00
committed by GitHub
parent 67a913773b
commit 807820f31b
6 changed files with 26 additions and 7 deletions

View File

@ -1996,7 +1996,7 @@ export namespace Components {
*/
'color'?: Color;
/**
* If `true`, a detail arrow will appear on the item. Defaults to `false` unless the `mode` is `ios` and an `href`, `onclick` or `button` property is present.
* If `true`, a detail arrow will appear on the item. Defaults to `false` unless the `mode` is `ios` and an `href` or `button` property is present.
*/
'detail'?: boolean;
/**
@ -2038,7 +2038,7 @@ export namespace Components {
*/
'color'?: Color;
/**
* If `true`, a detail arrow will appear on the item. Defaults to `false` unless the `mode` is `ios` and an `href`, `onclick` or `button` property is present.
* If `true`, a detail arrow will appear on the item. Defaults to `false` unless the `mode` is `ios` and an `href` or `button` property is present.
*/
'detail'?: boolean;
/**