Skip to content

Commit

Permalink
medium to bold in certain places
Browse files Browse the repository at this point in the history
  • Loading branch information
yceballost committed Nov 24, 2024
1 parent fe60bd0 commit 25781db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/advent-calendar-2024/components/modal-view.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const ModalView = forwardRef(
<Text
color={skinVars.colors.brand}
size={isMobile ? 24 : 60}
weight="medium"
weight="bold"
>
{day}
</Text>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ const ProgressGrid = ({ completedDays }) => {

{/* Texto del día */}
<Text6>
<Text color={skinVars.colors.textSecondary} weight="medium">
<Text color={skinVars.colors.textSecondary} weight="bold">
{day.dayNumber}
</Text>
</Text6>
Expand Down

0 comments on commit 25781db

Please sign in to comment.