Skip to content

Commit

Permalink
Changed color of app version in bottom left to light primary.
Browse files Browse the repository at this point in the history
  • Loading branch information
lmarini committed Nov 9, 2023
1 parent 25313d5 commit 825cad9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frontend/src/components/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,9 @@ export default function PersistentDrawerLeft(props) {
width: "100%",
}}
>
<Typography variant="body2">v2.0.0-beta.1</Typography>
<Typography variant="body2" color="primary.light">
v2.0.0-beta.1
</Typography>
</Box>
</Main>
</Box>
Expand Down

0 comments on commit 825cad9

Please sign in to comment.