mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-05-09 23:54:57 -04:00
Update Checkbox styles: adjust label text color for checked state to improve visual clarity
This commit is contained in:
@@ -28,7 +28,7 @@ export function Checkbox(props: {
|
||||
<span
|
||||
className={clsx(
|
||||
'ml-3 whitespace-nowrap font-medium',
|
||||
disabled ? 'text-ink-300' : 'text-ink-700',
|
||||
disabled ? 'text-ink-300' : checked ? 'text-primary-700' : 'text-ink-600',
|
||||
)}
|
||||
>
|
||||
{label}
|
||||
|
||||
Reference in New Issue
Block a user