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 committed Dec 17, 2024
1 parent 2705c48 commit 54b9bd9
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

0 comments on commit 54b9bd9

Please sign in to comment.