Topic: Popconfirm Color

Alindsay81 priority asked 1 year ago


Expected behavior Expect to be able to set the color of a popconfirm just like we can set the color of a button

Actual behavior ignores color setting

Resources (screenshots, code snippets etc.)

<MDBPopconfirm color="danger" @confirm="performDelete">Delete</MDBPopconfirm>

Bartosz Cylwik staff answered 1 year ago


Hello! Thank you for your support. We will discuss this in our team. For now if you want to change the color of your popconfirm button you can add new class to the component: <MDBPopconfirm class="me-1 btn-danger" @confirm="confirm" @cancel="cancel">Default</MDBPopconfirm>. To change background color or button colors of popconfirm popup you would have to add new styles to classes: .popconfirm and .popconfirm-buttons-container button . Best Regards!



Please insert min. 20 characters.

FREE CONSULTATION

Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.

Status

Answered

Specification of the issue

  • ForumUser: Priority
  • Premium support: Yes
  • Technology: MDB Vue
  • MDB Version: -
  • Device: -
  • Browser: -
  • OS: -
  • Provided sample code: No
  • Provided link: No