-
In my test the background for the Popup always seems to be white, I'd like to control it so I can more easily handle dark mode, among other things. I realize you can use |
Beta Was this translation helpful? Give feedback.
Answered by
david-maw
Jun 17, 2025
Replies: 1 comment 2 replies
-
Answered it for myself, set the BackGroundColor of the popup itself. Which immediately led to the next question of why setting Padding to zero still results in padding of (seemingly) about 15? A workaround seems to be setting padding on the popup to a negative amount, but that's weird. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, but I think I figured it out, a Popup has a default Margin value of 30 and a default Padding of 15 - if I set those to zero explicitly I get the layout I expect.