Skip to content

Commit

Permalink
Merge pull request #1762 from Shopify/envex/touch-font-size
Browse files Browse the repository at this point in the history
Change touch font size to 12px
  • Loading branch information
envex authored Nov 20, 2024
2 parents c6dc305 + 51698af commit da1d0c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/polaris-viz-core/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {InternalChartType, ChartState, Hue} from './types';
export const LINE_HEIGHT = 14;
export const SMALL_CHART_HEIGHT = 125;
export const FONT_SIZE = 11;
export const TOUCH_FONT_SIZE = 11;
export const TOUCH_FONT_SIZE = 12;

export const FONT_FAMILY =
'Inter, -apple-system, "system-ui", "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif';
Expand Down
4 changes: 2 additions & 2 deletions packages/polaris-viz/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## Unreleased

### Removed
### Changed

- Reverted `TOUCH_FONT_SIZE` constant to 11px.
- Changed `TOUCH_FONT_SIZE` constant to `12px`.

## [15.3.1] - 2024-11-18

Expand Down

0 comments on commit da1d0c1

Please sign in to comment.