kyd-shared-badge 0.1.18 → 0.1.20
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
|
@@ -220,14 +220,14 @@ const SharedBadgeDisplay = ({ badgeData, type = 'individual' }: { badgeData: Pub
|
|
|
220
220
|
<div className="pt-8">
|
|
221
221
|
<h3 className={isRecruiter ? 'text-xl font-bold mb-3' : 'text-xl font-bold text-neutral-900 dark:text-white mb-3'} style={isRecruiter ? { color: 'var(--text-main)' } : undefined}>3. KYD Risk™ Signals</h3>
|
|
222
222
|
{badgeData.optOutScreening ? (
|
|
223
|
-
<div className={isRecruiter ? 'mb-4 p-4 rounded-lg border' : 'mb-4 p-4
|
|
223
|
+
<div className={isRecruiter ? 'mb-4 p-4 rounded-lg border' : 'mb-4 p-4 rounded-lg border'} style={isRecruiter ? { backgroundColor: 'var(--icon-button-secondary)', borderColor: 'var(--icon-button-secondary)' } : { backgroundColor: '#FFF7E6', borderColor: yellow }}>
|
|
224
224
|
<div className="flex items-start">
|
|
225
|
-
<span className="h-5 w-5
|
|
225
|
+
<span className="h-5 w-5 mr-3 mt-0.5 flex-shrink-0" style={{ color: yellow }}>
|
|
226
226
|
<FiAlertTriangle size={20} />
|
|
227
227
|
</span>
|
|
228
228
|
<div>
|
|
229
|
-
<h4 className={
|
|
230
|
-
<p className={
|
|
229
|
+
<h4 className={'font-bold'} style={isRecruiter ? { color: 'var(--text-main)' } : { color: yellow }}>User Opted Out of Screening</h4>
|
|
230
|
+
<p className={'text-sm mt-1'} style={isRecruiter ? { color: 'var(--text-secondary)' } : { color: yellow }}>
|
|
231
231
|
The user chose not to participate in the automated sanctions and risk screening process. The risk score reflects this decision and is for informational purposes only.
|
|
232
232
|
</p>
|
|
233
233
|
</div>
|