kyd-shared-badge 0.1.12 → 0.1.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -94,7 +94,7 @@ export default function ProviderInsights({ platforms, insights, variant = 'priva
|
|
|
94
94
|
{/* Data Points */}
|
|
95
95
|
<div className="grid grid-cols-1 md:grid-cols-2 gap-4">
|
|
96
96
|
{providerInsight.data_points.map((point, index) => (
|
|
97
|
-
<div key={index} className={isRecruiter ? 'rounded-lg p-4' : 'bg-neutral-50 dark:bg-neutral-700/50 rounded-lg p-4'} style={isRecruiter ? { backgroundColor: 'var(--
|
|
97
|
+
<div key={index} className={isRecruiter ? 'rounded-lg p-4' : 'bg-neutral-50 dark:bg-neutral-700/50 rounded-lg p-4'} style={isRecruiter ? { backgroundColor: 'var(--content-card-background)/90' } : undefined}>
|
|
98
98
|
<div className="flex justify-between items-baseline mb-2">
|
|
99
99
|
<h4 className={isRecruiter ? 'font-medium' : 'font-medium text-neutral-900 dark:text-white'} style={isRecruiter ? { color: 'var(--text-main)' } : undefined}>
|
|
100
100
|
{point.label}
|