Inputs style inside popovers #14672
Answered
by
tay1orjones
OmranAbazid
asked this question in
Help
-
Inputs inside popovers currently inherit the background color of the popover instead of contrasting with it. Here is an example: Is this behavior intended? Or is it forbidden to use inputs inside popovers? |
Beta Was this translation helpful? Give feedback.
Answered by
tay1orjones
Sep 19, 2023
Replies: 1 comment
-
Hey @OmranAbazid! Popover doesn't redefine the layer by default. If you wrap the popover contents in a |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
laurenmrice
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @OmranAbazid! Popover doesn't redefine the layer by default. If you wrap the popover contents in a
<Layer>
you should get the proper result in regards to the background styling.