You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please answer the following questions for yourself before submitting an issue.
I am running the latest version
I checked the documentation and found no answer
I checked to make sure that this issue has not already been filed
I'm reporting the issue to the correct repository (for multi-repository projects)
Expected Behavior
When using InputGroupAddon's on input groups, the addons should be the same height as the input and match the background/no background of the input
Current Behavior
Different height on addon when using anything other than an icon.
When using type="append" the background is always white and text color is white as well.
Thank you for your interest in working with our product.
Please create a new scss file and import it inside our own scss main file (src/assets/scss/black-dashboard-pro-react.scss) and then add the following lines of code:
Please answer the following questions for yourself before submitting an issue.
Expected Behavior
When using InputGroupAddon's on input groups, the addons should be the same height as the input and match the background/no background of the input
Current Behavior
Different height on addon when using anything other than an icon.
When using
type="append"
the background is always white and text color is white as well.Steps to Reproduce
Add this code anywhere in the template:
The text was updated successfully, but these errors were encountered: