mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-05-16 20:57:19 -04:00
Remove redundant text-base class from <h3> tags for styling consistency across components.
This commit is contained in:
@@ -44,7 +44,7 @@ function FeatureCard({icon, title, text}: FeatureCardProps) {
|
||||
<div className="w-11 h-11 rounded-xl bg-canvas-200 border border-canvas-300 flex items-center justify-center text-xl mb-5">
|
||||
{icon}
|
||||
</div>
|
||||
<h3 className="text-base font-bold text-ink-1000 mb-2.5">{title}</h3>
|
||||
<h3 className="font-bold text-ink-1000 mb-2.5">{title}</h3>
|
||||
<p className="text-sm text-primary-700 leading-relaxed">{text}</p>
|
||||
</div>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user