Skip to content

Commit

Permalink
Change announcement color
Browse files Browse the repository at this point in the history
  • Loading branch information
blarfoon committed Feb 11, 2022
1 parent bfd8cdc commit dd587ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/desktop/views/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const Home = () => {
padding: 30px;
font-size: 18px;
font-weight: bold;
color: ${props => props.theme.palette.error.main};
color: ${props => props.theme.palette.colors.yellow};
`}
>
{annoucement}
Expand Down

0 comments on commit dd587ab

Please sign in to comment.