How to change the background color of a Dialog? #3593
Unanswered
marlonschlosshauer
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
Did anyone get answer? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to change the background color of the Dialog component. By default it's white, I want it to be lightblue.
Here is what I tried:
Screenshot of the above code:

overlayStyleappliesborderColor(among others) but notbackgroundColor. Thestyleprop didn't change anything. Setting the background directly on the child leaves a gap.I couldn't find anything in the docs or in previous discussions/issues. A code snippet or link to docs would be awesome 🙌
Beta Was this translation helpful? Give feedback.
All reactions