Skip to content

Commit

Permalink
Feedbacks | repo version label | version color
Browse files Browse the repository at this point in the history
  • Loading branch information
snyaggarwal committed Sep 24, 2024
1 parent 46481ed commit 9b32d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/repos/RepoVersionButton.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const RepoVersionButton = ({icon, repo, version, versionStyle, href, vertical, s
<span style={{display: 'flex', fontSize: versionStyle?.fontSize}}>{repo}</span>
{
version &&
<Typography component='span' sx={{marginLeft: '4px', color: 'secondary.s50', fontFamily: '"Roboto Mono","Helvetica","Arial",sans-serif', display: 'flex', fontSize: '0.85rem', marginTop: '1px', ...(versionStyle || {})}}>
<Typography component='span' sx={{marginLeft: '4px', color: 'secondary.50', fontFamily: '"Roboto Mono","Helvetica","Arial",sans-serif', display: 'flex', fontSize: '0.85rem', marginTop: '1px', ...(versionStyle || {})}}>
{version}
</Typography>
}
Expand Down

0 comments on commit 9b32d38

Please sign in to comment.