Skip to content

Commit

Permalink
Update call to action background color
Browse files Browse the repository at this point in the history
  • Loading branch information
smdsgn committed Oct 28, 2024
1 parent 3c3b98f commit 7d836f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/scripts/components/ui/CallToAction.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const Container = styled.div`
background-image:
radial-gradient(
farthest-corner circle at top left,
#95a4ff 0%, 63%, #9094ff 0% 0%
#a0aeff 0%, 63%, #9ba0ff 0% 0%
)
`;

Expand Down

0 comments on commit 7d836f5

Please sign in to comment.