Skip to content

Commit

Permalink
increase font size on progress bar and attempts left
Browse files Browse the repository at this point in the history
  • Loading branch information
Beth Shook committed Feb 18, 2025
1 parent f332eea commit de61595
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/ProgressBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const StyledItem = styled.button<{ variant: ProgressBarItemVariant, isAct
border: 0;
border-radius: 50%;
margin: ${props => props.isActive ? '0' : '0 0.3rem'};
font-size: 1.4rem;
font-size: 1.6rem;
font-weight: bold;
cursor: pointer;
color: ${colors.palette.neutralDarker};
Expand Down
2 changes: 1 addition & 1 deletion src/components/StepCardFooter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const StepCardFooter = styled.div`
display: flex;
flex-wrap: wrap;
justify-content: space-between;
font-size: calc(1.4rem * var(--content-text-scale));
font-size: calc(1.6rem * var(--content-text-scale));
line-height: calc(2rem * var(--content-text-scale));
background: ${colors.card.body.background};
overflow: auto;
Expand Down

0 comments on commit de61595

Please sign in to comment.