Skip to content

Commit

Permalink
fix consistancy font size
Browse files Browse the repository at this point in the history
  • Loading branch information
manV committed Nov 24, 2023
1 parent 3188fd7 commit ace979e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ const AIIntegrations = () => {
<span className="h-9 w-9">{type.icon}</span>
</div>
<div className="flex flex-col">
<h4 className="text-t4 dark:text-text-input-value">{type.label}</h4>
<h4 className="text-h6 dark:text-text-input-value">{type.label}</h4>

<div className="flex items-center gap-x-2 mt-2">
<span className="text-h1 dark:text-text-input-value">{count}</span>
Expand Down

0 comments on commit ace979e

Please sign in to comment.