Skip to content

Commit

Permalink
feat: change font weight in info box title (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathdevelop authored May 23, 2024
1 parent 73ccba7 commit 3df79f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const InformationBoxComponent = ({
<div className="flex-grow flex flex-col sm:flex-row items-start justify-between min-w-0">
<div className="flex flex-col justify-center min-w-0 break-words tracking-4 leading-6 text-on-base">
<span
className={`InformationBox-title text-f5 font-bold ${InformationBoxTypes[type].titleClass}`}
className={`InformationBox-title text-f5 font-semibold ${InformationBoxTypes[type].titleClass}`}
>
{title || InformationBoxTypes[type].title}
</span>
Expand Down

0 comments on commit 3df79f0

Please sign in to comment.