Skip to content

Commit

Permalink
Augmente le contraste des étapes en mode visite
Browse files Browse the repository at this point in the history
  • Loading branch information
cparthur committed Dec 17, 2024
1 parent 03cc459 commit e6702ce
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ export const Textarea = forwardRef(
className={classNames(
'ml-1 !p-0 font-medium !text-base text-grey-8 placeholder:!font-normal placeholder:!text-base placeholder:!italic',
{
'!text-grey-8': disabled && !realise,
'line-through !text-grey-6': realise,
}
)}
Expand Down Expand Up @@ -62,3 +63,5 @@ export const Textarea = forwardRef(
);
}
);

Textarea.displayName = 'Textarea';

0 comments on commit e6702ce

Please sign in to comment.