Skip to content

Commit

Permalink
WIP wording tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
kfranqueiro authored Feb 19, 2019
1 parent df208c1 commit 5276f45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/mdc-tab/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 5276f45

Please sign in to comment.