Skip to content

Commit

Permalink
fix: font weight legibility in MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
vinceau committed Aug 26, 2021
1 parent 5caa2cd commit db31739
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/renderer/containers/ReplayFileStats/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ export const ReplayFileStats: React.FC<ReplayFileStatsProps> = (props) => {
<div
css={css`
color: white;
font-weight: lighter;
`}
>
{filePath}
Expand Down

0 comments on commit db31739

Please sign in to comment.