Skip to content

Commit

Permalink
chore: fix all tokens link in docs
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 543527931
  • Loading branch information
AndrewJakubowicz authored and copybara-github committed Jun 26, 2023
1 parent 0bced28 commit 8648be6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/components/checkbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ Token | Default value
`--md-checkbox-selected-icon-color` | `--md-sys-color-on-primary`
`--md-checkbox-container-shape` | `2px`

* [All tokens](https://github.com/material-components/material-web/blob/main/tokens/v0_160/_md-comp-checkbox.scss)
* [All tokens](https://github.com/material-components/material-web/blob/main/tokens/_md-comp-checkbox.scss)
<!-- {.external} -->

### Example
Expand Down
2 changes: 1 addition & 1 deletion docs/components/divider.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Token | Default value
`--md-divider-color` | `--md-sys-color-outline-variant`
`--md-divider-thickness` | `1px`

* [All tokens](https://github.com/material-components/material-web/blob/main/tokens/v0_160/_md-comp-divider.scss)
* [All tokens](https://github.com/material-components/material-web/blob/main/tokens/_md-comp-divider.scss)
<!-- {.external} -->

### Example
Expand Down
4 changes: 2 additions & 2 deletions docs/components/icon-button.md
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ Token | Default value
`--md-icon-button-state-layer-shape` | `9999px`
`--md-icon-button-icon-size` | `24px`

* [All tokens](https://github.com/material-components/material-web/blob/main/tokens/v0_161/_md-comp-icon-button.scss)
* [All tokens](https://github.com/material-components/material-web/blob/main/tokens/_md-comp-icon-button.scss)
<!-- {.external} -->

### Standard Icon Button example
Expand Down Expand Up @@ -323,7 +323,7 @@ Token | Default value
`--md-filled-icon-button-container-size` | `40px`
`--md-filled-icon-button-icon-size` | `24px`

* [All tokens](https://github.com/material-components/material-web/blob/main/tokens/v0_161/_md-comp-filled-icon-button.scss)
* [All tokens](https://github.com/material-components/material-web/blob/main/tokens/_md-comp-filled-icon-button.scss)
<!-- {.external} -->

### Filled Icon Button example
Expand Down

0 comments on commit 8648be6

Please sign in to comment.