Add Backgroundcolor for SendBoxButton to defaultStyleOptions
See original GitHub issueFeature Request
My requirement is to set the BackgroundColor of the sendBoxButton. Currently, the defaultStyleOptions.js does not support this and i had to fall back to using css selectors. defaultStyleOptions.js seems to be the natural place for this.
Current solution:
#webchat > div > div > div.main > div > button{ background-color: aqua; }
Desired solution:
const styleOptions = { sendBoxButtonsendBoxBackgroundColor: "aqua" };
Issue Analytics
- State:
- Created 3 years ago
- Comments:10 (6 by maintainers)
Top Results From Across the Web
CSS Button Style – Hover, Color, and Background
To change the background color of the button, use the CSS background-color property and give it a value of a color of your...
Read more >MUI Drawer set background color - Stack Overflow
Material UI V4.3.2 As in this version you can change the backgroundColor by making use of makeStyles from '@material-ui/core/styles' as ...
Read more >The Complete Guide to MUI Button Color (v5 and v4)
The quickest way to change MUI Button text, background, and border color is with the sx prop. Here's a simple code example:
Read more >Adjust Add-to-Cart and Buy-it-Now Button Colors
By default, the "Add to cart" buttons in your theme have its background color determined by the "Buttons" color setting under Theme Settings...
Read more >SharePoint Modern Color Options, Customization and ...
Color Organization · Primary Buttons background color · Default Buttons background color · Primary Buttons hover background color · Default Buttons ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@tdurnford I don’t see a problem adding this style option
We are also interested in style options for the sendboxbutton background and on hover effect. Besides we were wondering if an option like sendboximage can be added for full user experience customization