Skip to content

Commit

Permalink
feat(tokens): add medium, large tokens for rating-icon-spacing (#1664)
Browse files Browse the repository at this point in the history
  • Loading branch information
pfulton authored Mar 7, 2023
1 parent 38bf692 commit 955b2b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/tokens/custom-spectrum/custom-large-vars.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,6 @@ governing permissions and limitations under the License.
--spectrum-menu-item-checkmark-width-medium: 14px;
--spectrum-menu-item-checkmark-width-large: 16px;
--spectrum-menu-item-checkmark-width-extra-large: 16px;

--spectrum-rating-icon-spacing: var(--spectrum-spacing-100);
}
2 changes: 2 additions & 0 deletions components/tokens/custom-spectrum/custom-medium-vars.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,6 @@ governing permissions and limitations under the License.
--spectrum-menu-item-checkmark-width-medium: 10px;
--spectrum-menu-item-checkmark-width-large: 12px;
--spectrum-menu-item-checkmark-width-extra-large: 14px;

--spectrum-rating-icon-spacing: var(--spectrum-spacing-75);
}

0 comments on commit 955b2b3

Please sign in to comment.