From 5276f45b748845ed702b12ab4e387414e289bf28 Mon Sep 17 00:00:00 2001 From: "Kenneth G. Franqueiro" Date: Tue, 19 Feb 2019 15:47:59 -0500 Subject: [PATCH] WIP wording tweaks --- packages/mdc-tab/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/mdc-tab/README.md b/packages/mdc-tab/README.md index 2e94bf8eb27..3969bea82a9 100644 --- a/packages/mdc-tab/README.md +++ b/packages/mdc-tab/README.md @@ -134,8 +134,8 @@ Mixin | Description --- | --- `mdc-tab-text-label-color($color)` | Customizes the color of the tab text label. `mdc-tab-icon-color($color)` | Customizes the color of the tab icon. -`mdc-tab-states-color($color)`| Customizes the base states color, which affects focus and ripple states. -`mdc-tab-ink-color($color)` | Customizes the icon, states, and label text color. +`mdc-tab-states-color($color)`| Customizes the base states color, which affects hover/focus states and the press ripple. +`mdc-tab-ink-color($color)` | Customizes the text label, icon, and base states color. `mdc-tab-parent-positioning` | Sets the positioning of the MDCTab's parent element so that `MDCTab.computeDimensions()` reports the same values in all browsers. `mdc-tab-fixed-width($width)` | Sets the fixed width of the tab. The tab will never be smaller than the given width.