Skip to content

Commit

Permalink
fix(inspector): improve contrast of version number
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkolenz committed Nov 19, 2024
1 parent 5a938a2 commit 87d8bfd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/Inspector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,7 @@ const Inspector: React.FC<Props> = ({ close }) => {
<FontAwesomeIcon icon={faGithub} />
</IconButton>
</Tooltip>
<Typography color="GrayText" align="center">
v{npmVersion}
</Typography>
<Typography align="center">v{npmVersion}</Typography>
</Stack>
</Stack>
</>
Expand Down

0 comments on commit 87d8bfd

Please sign in to comment.