mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-07-31 10:19:38 -04:00
Update profile-about component to use primary color for text styling
This commit is contained in:
@@ -288,7 +288,7 @@ function HeroFact(props: {label: string; children: ReactNode}) {
|
||||
<div className="text-ink-500 font-microcaps" style={{marginBottom: '7px'}}>
|
||||
{label}
|
||||
</div>
|
||||
<div className="text-ink-700 font-dm-sans" style={{fontSize: '15.5px'}}>
|
||||
<div className="text-primary-900 font-dm-sans" style={{fontSize: '15.5px'}}>
|
||||
{children}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user