Skip to content

Commit

Permalink
fix: Change font for numeric data in result table.
Browse files Browse the repository at this point in the history
  • Loading branch information
mheggelund committed Feb 29, 2024
1 parent 13ea433 commit 737b4b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const DataCell = styled(Table.Cell)`
border: solid 0.5px ${theme.light.ui.background.medium};
width: 150px;
white-space: nowrap;
font-family: Equinor Mono;
font-family: cell_numeric_monospaced;
> div {
display: flex;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const Quality = styled.span`
display: flex;
flex-direction: column;
align-items: end;
font-family: Equinor Mono;
font-family: cell_numeric_monospaced;
`;

export { StyledDialog as Dialog };

0 comments on commit 737b4b1

Please sign in to comment.