Skip to content

Commit

Permalink
refactor(app): update wizard colors to match designs
Browse files Browse the repository at this point in the history
  • Loading branch information
mjhuff committed Feb 16, 2024
1 parent 8bea0d9 commit a92fb77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/molecules/WizardHeader/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ interface WizardHeaderProps {
const EXIT_BUTTON_STYLE = css`
${TYPOGRAPHY.pSemiBold};
text-transform: ${TYPOGRAPHY.textTransformCapitalize};
color: ${COLORS.grey50};
color: ${COLORS.grey60};
&:hover {
opacity: 70%;
Expand Down
2 changes: 1 addition & 1 deletion app/src/molecules/WizardRequiredEquipmentList/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export function WizardRequiredEquipmentList(
<StyledText
marginTop={SPACING.spacing8}
as="label"
color={COLORS.grey50}
color={COLORS.grey60}
>
{footer}
</StyledText>
Expand Down

0 comments on commit a92fb77

Please sign in to comment.