fix: text colour for no-show acknowledgment (#12132)

pull/11991/head^2
Siddharth Movaliya 2023-10-31 22:11:25 +05:30 committed by GitHub
parent 4d49fb0636
commit 79a6aef0e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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>
)}