Skip to content

Commit

Permalink
fix font family issue
Browse files Browse the repository at this point in the history
  • Loading branch information
imanjra committed Oct 14, 2022
1 parent 3c6f14f commit f5cc4d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@
padding: 0.25rem;
border-radius: 3px;
z-index: 1000;
font-family: var(--joy-fontFamily-body);
}
3 changes: 3 additions & 0 deletions app/packages/dataset/src/Dataset.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ export function Dataset({ datasetName, environment, theme }) {
display: flex;
flex-direction: column;
min-width: 660px;
& * {
font-family: var(--joy-fontFamily-body);
}
`;
const ViewBarWrapper = styled.div`
padding: 16px;
Expand Down

0 comments on commit f5cc4d0

Please sign in to comment.