Skip to content

Commit

Permalink
feat(tokens): adds platform size props for slider (#1594)
Browse files Browse the repository at this point in the history
  • Loading branch information
pfulton authored Jan 24, 2023
1 parent 2245b69 commit d889fdf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions components/tokens/custom-spectrum/custom-large-vars.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,7 @@ governing permissions and limitations under the License.
--spectrum-edge-to-visual-only-100: 9px;
--spectrum-edge-to-visual-only-200: 13px;
--spectrum-edge-to-visual-only-300: 16px;

--spectrum-slider-tick-mark-height: 13px;
--spectrum-slider-ramp-track-height: 20px;
}
3 changes: 3 additions & 0 deletions components/tokens/custom-spectrum/custom-medium-vars.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,7 @@ governing permissions and limitations under the License.
--spectrum-edge-to-visual-only-100: 7px;
--spectrum-edge-to-visual-only-200: 10px;
--spectrum-edge-to-visual-only-300: 13px;

--spectrum-slider-tick-mark-height: 10px;
--spectrum-slider-ramp-track-height: 16px;
}

0 comments on commit d889fdf

Please sign in to comment.