Skip to content

Commit

Permalink
Resize
Browse files Browse the repository at this point in the history
  • Loading branch information
timmo001 committed Sep 3, 2024
1 parent e1e9c61 commit 9e4c58e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/_components/forecast-daily.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export function ForecastDaily() {
className="flex flex-col items-center gap-1"
>
<div className="flex flex-col items-center">
<span className="text-sm font-semibold">
<span className="text-base font-semibold">
{dateTime.format("ddd")}
</span>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/app/_components/forecast-hourly.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export function ForecastHourly() {
className="flex flex-col items-center gap-1"
>
<div className="flex flex-col items-center">
<span className="text-sm font-semibold">
<span className="text-base font-semibold">
{dateTime.format("ddd")}
</span>
<span className="text-sm font-semibold">
Expand Down

0 comments on commit 9e4c58e

Please sign in to comment.