Add pink style to expertise badge
cgen-d348b6b57ee74abab4bf874e1d706957
This commit is contained in:
parent
b6805a20ce
commit
1993739d3c
1 changed files with 1 additions and 1 deletions
|
|
@ -428,7 +428,7 @@ export default function DevelopmentConsulting() {
|
||||||
<CardHeader className="text-center">
|
<CardHeader className="text-center">
|
||||||
<Icon className="h-12 w-12 text-pink-400 mx-auto mb-3" />
|
<Icon className="h-12 w-12 text-pink-400 mx-auto mb-3" />
|
||||||
<CardTitle className="text-lg">{area.category}</CardTitle>
|
<CardTitle className="text-lg">{area.category}</CardTitle>
|
||||||
<Badge variant="outline" className="text-xs">
|
<Badge variant="outline" className="text-xs border-pink-400/40 text-pink-200">
|
||||||
{area.projects}
|
{area.projects}
|
||||||
</Badge>
|
</Badge>
|
||||||
</CardHeader>
|
</CardHeader>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue