Skip to content

Commit

Permalink
fix(aggrid): convert px to rem (#378)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielleroux committed Feb 16, 2023
1 parent 2a6ce17 commit d3d3c36
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/aggrid/scss/ix-aggrid.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
color: var(--theme-color-std-text);
background-color: var(--ag-control-panel-background-color);
font-family: Siemens Sans;
font-size: 14px;
font-size: 0.875rem;
font-weight: normal;
font-stretch: normal;
font-style: normal;
Expand Down Expand Up @@ -111,7 +111,7 @@

.ag-header-cell {
font-family: Siemens Sans;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
font-stretch: normal;
font-style: normal;
Expand All @@ -122,7 +122,7 @@

.ag-cell {
font-family: Siemens Sans;
font-size: 14px;
font-size: 0.875rem;
font-weight: normal;
font-stretch: normal;
font-style: normal;
Expand Down

0 comments on commit d3d3c36

Please sign in to comment.