# Buttons Concept's button styles extend Bootstrap 5 with custom color overrides ensuring proper contrast. All dark buttons are configured with white text for optimal readability. ## Concept Button Colors ```html ``` ### Concept Color Overrides All buttons with dark backgrounds (`btn-dark`, `btn-secondary`, `btn-success`, `btn-danger`, `btn-info`, `btn-warning`) have forced white text color using `!important` to ensure visibility. ## Button Sizes ```html ``` ## Button Variants ### Outline Buttons ```html ``` ### Rounded Buttons ```html ``` ### Icon Buttons ```html ``` ## Button States ### Disabled State ```html Disabled link ``` ### Loading State ```html ``` ### Toggle State ```html ``` ## Button Groups ### Basic Group ```html