Skip to content

Commit

Permalink
fix: subscribe button color is darker, resolves GYS-6658
Browse files Browse the repository at this point in the history
  • Loading branch information
sajald77 committed Mar 13, 2024
1 parent 0109c99 commit 18865a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export const SubscribeButton = ({ projectName, projectTitle, noIcon, ...props }:
<>
<Button
variant="primary"
backgroundColor={'secondary.orange'}
backgroundColor={'secondary.orangeLight'}
leftIcon={!noIcon ? <SubscribeIcon /> : undefined}
onClick={handleSubscribeClick}
{...props}
Expand Down
1 change: 1 addition & 0 deletions src/styles/colors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ export const secondaryColors = {
red: '#DF3634',
yellow: '#FFE600',
orange: '#DD6B20',
orangeLight: '#FB923C',
pink: '#FC257A',
blue: '#438FF2',
purple: '#670C8B',
Expand Down

0 comments on commit 18865a4

Please sign in to comment.