apply custom elixforms styling

This commit is contained in:
2026-07-17 15:19:55 +02:00
parent fefb45505c
commit bad919a98a
4 changed files with 27 additions and 65 deletions
@@ -260,7 +260,7 @@ export default class RecuperoPropostaCctDaContrattiComponent extends ElixFormsCo
)}
{errorMessage && (
<div className="alert alert-danger mt-2">{errorMessage}</div>
<div className="custom-alert custom-alert-danger mt-2">{errorMessage}</div>
)}
</div>