question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add Backgroundcolor for SendBoxButton to defaultStyleOptions

See original GitHub issue

Feature 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:closed
  • Created 3 years ago
  • Comments:10 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
corinagumcommented, Apr 3, 2020

@tdurnford I don’t see a problem adding this style option

1reaction
CHuijsmancommented, Sep 3, 2020

@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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found