Skip to content

Commit

Permalink
Pin --salt-size-selectable for HD compact
Browse files Browse the repository at this point in the history
  • Loading branch information
origami-z authored and joshwooding committed Jul 22, 2024
1 parent 40a31ff commit afa89c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/ag-grid-theme/css/salt-ag-grid-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ div[class*="ag-theme-salt-compact"] {
This also means we don't need to touch `--ag-row-height`, which would impact some internal ag grid height calculation like `--ag-internal-padded-row-height` vs `--ag-internal-calculated-line-height`
*/
--salt-size-base: 16px;
/* This is a deprecated token, until Salt Checkbox uses a new token, temparily pin it to HD size. */
--salt-size-selectable: 12px;
}

div[class*="ag-theme-salt"] .ag-root-wrapper {
Expand Down

0 comments on commit afa89c5

Please sign in to comment.