Skip to content

Commit

Permalink
add more accessible secondary color (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
Afani97 authored Jul 24, 2023
1 parent 4c35186 commit 8047d7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/Components/Elements/LinkButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default LinkButton;

const LinkStyled = styled.a`
padding: 15px;
background-color: #00b2b0;
background-color: #29a3a1;
border-radius: 10px;
color: white;
font-weight: 700;
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/styles/themes.styled.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default Object.freeze({
// aliased colors
primary: '#272973',
primaryDark: '#1565B3',
secondary: '#02BCBB',
secondary: '#29A3A1',
background: '#ffffff',
disabled: '#ACACAC',
caution: '#F25F5C',
Expand Down

0 comments on commit 8047d7f

Please sign in to comment.