Hi
IN below code i want background color to be primary .
Thanks
Hi
IN below code i want background color to be primary .
Thanks
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Aman GuptaPosted Aug 24, 2024, 8:35 AM
Hi Ramco,
To change the background color of the button to the primary theme, you can replace the
Explanation:bg-infoclass withbg-primary. Here’s the updated markup:bg-primary: This class sets the background color of the button to the primary theme color defined in your CSS framework (e.g., Bootstrap).This will apply the primary theme background color to your button.
Gowtham CpPosted Aug 23, 2024, 5:40 PM
Change Made: Replaced bg-info with btn-primary to make the button background primary color.
Hope it helps!