Skip to content

Commit

Permalink
Fix: font weight for big num (#6250)
Browse files Browse the repository at this point in the history
  • Loading branch information
djbarnwal authored Dec 11, 2024
1 parent b268f39 commit 5662334
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@

<style lang="postcss">
.big-number {
@apply h-fit w-[138px] m-0.5 rounded p-2;
@apply h-fit w-[138px] m-0.5 rounded p-2 font-normal;
min-height: 85px;
@apply items-start flex flex-col text-left;
}
Expand Down

1 comment on commit 5662334

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.