Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit 7cf5706

Browse files
committed
docs
1 parent bcaf2e3 commit 7cf5706

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/mdc-icon-button/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ Mixin | Description
166166
`mdc-icon-button-density($density-scale)` | Sets density scale for icon button. Supported density scales range from `-5` to `0`, (`0` being the default).
167167
`mdc-icon-button-size($size)` | Sets the padding for the icon button based on overall size.
168168
`mdc-icon-button-icon-size($width, $height, $padding)` | Sets the width, height, font-size and padding for the icon and ripple. `$height` is optional and defaults to `$width`. `$padding` is optional and defaults to `max($width, $height)/2`. `font-size` is set to `max($width, $height)`.
169-
`mdc-icon-button-ink-color($color)` | Sets the font color and the ripple color to the provided color value for an enabled icon button.
169+
`mdc-icon-button-ink-color($color)` | Sets the font color and the ripple color to the provided color value.
170170
`mdc-icon-button-disabled-ink-color($color)` | Sets the font color to the provided color value for a disabled icon button.
171171

172172
## `MDCIconButtonToggle` Properties and Methods

packages/mdc-icon-button/_mixins.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
}
146146

147147
///
148-
/// Sets the font color and the ripple color to the provided color value for an enabled icon button.
148+
/// Sets the font color and the ripple color to the provided color value.
149149
/// @param {Color} $color - The desired font and ripple color.
150150
///
151151
@mixin mdc-icon-button-ink-color($color, $query: mdc-feature-all()) {

0 commit comments

Comments
 (0)