Skip to content

Commit

Permalink
minor CSS tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
mjhuff committed Jul 22, 2024
1 parent c0fcb40 commit da8e933
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ function CancelRunConfirmation({
<Flex
flexDirection={DIRECTION_COLUMN}
alignItems={ALIGN_CENTER}
gridGap={SPACING.spacing24}
gridGap={SPACING.spacing16}
padding={`${SPACING.spacing32} ${SPACING.spacing16}`}
height="100%"
css={FLEX_WIDTH}
>
Expand All @@ -84,7 +85,7 @@ function CancelRunConfirmation({
<StyledText
oddStyle="level4HeaderRegular"
desktopStyle="bodyDefaultRegular"
color={COLORS.grey60}
color={COLORS.black90}
textAlign={ALIGN_CENTER}
>
{t('if_tips_are_attached')}
Expand Down

0 comments on commit da8e933

Please sign in to comment.