Skip to content

Commit

Permalink
change-header-color-to-caribbean-green
Browse files Browse the repository at this point in the history
Signed-off-by: Vivek Vishal <[email protected]>
  • Loading branch information
vishalvivekm authored Jan 11, 2024
1 parent 054dc21 commit c5f6635
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const IntegrationPageWrapper = styled.section`
text-align: center;
}
.hero-header {
color: #00B39F;
color: #00D3A9;
}
img {
margin-bottom: 0.5rem;
Expand Down Expand Up @@ -111,4 +111,4 @@ export const IntegrationPageWrapper = styled.section`
text-align: center;
}
}
`;
`;

0 comments on commit c5f6635

Please sign in to comment.