Captcha has ugly border issue

UI Components for Angular
Post Reply
rhegner
Posts: 3
Joined: 04 Oct 2022, 10:04

02 Dec 2022, 18:02

The Captcha component places an ugly non-transparent border around the actual Captcha.
This can be seen best in case of a dark captcha on a dark background:

Image

This is the corresponding code snippet:

Code: Select all

<div class="flex justify-content-between align-items-center mt-3">
  <p-captcha siteKey="xx" (onResponse)="captchaResponse($event.response)" theme="dark"></p-captcha>
  <button pButton type="submit" label="Submit" [disabled]="!reportForm.valid"></button>
</div>
Is there an easy fix for this issue?

Post Reply

Return to “PrimeNG”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 7 guests