Skip to content

Commit

Permalink
Merge branch 'main' into mntor-3887
Browse files Browse the repository at this point in the history
  • Loading branch information
codemist authored Dec 18, 2024
2 parents 12e8dbf + 97bfd16 commit f342ac9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ export function AutomaticRemoveView(props: Props) {
)}
</span>
<Button
variant="primary"
variant="secondary"
/* c8 ignore start */
onPress={() => {
selectedPlanIsYearly
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,18 @@
font: $text-title-sm;
font-weight: 500;
}

// Invert color for the plan selection CTA to increase visibility
// against the purple background.
& > a {
color: $color-white;
box-shadow: inset 0 0 0 2px $color-white;

&:hover {
background-color: $color-white;
color: $color-purple-70;
}
}
}
}

Expand Down

0 comments on commit f342ac9

Please sign in to comment.