fix: text colour for no-show acknowledgment (#12132)
This commit is contained in:
@@ -147,7 +147,7 @@ const PaymentForm = (props: Props) => {
|
||||
formatParams: { amount: { currency: props.payment.currency } },
|
||||
})}
|
||||
onChange={(e) => setHoldAcknowledged(e.target.checked)}
|
||||
descriptionClassName="text-blue-900 font-semibold"
|
||||
descriptionClassName="text-info font-semibold"
|
||||
/>
|
||||
</div>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user