Replies: 1 comment 2 replies
-
|
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I can't seem to find a way to add styles to the
PlateFloatingMedia
/ElementPopover
component that is used in theImageElement
's popup.I can configure the following:
And add something to
createPlateUI
like:However the dark theme from @mui is changing the inherited font
color
(with light theme the font is visible):And I need to find a way to change the styles of the popover elements. It seems the color prop is inherited, yet the background-color of the popover is not.
I can't find any documentation on styling the popover here or anywhere else. I think it is outside the scope of configuration atm.
I see there is a
mediaFloatingOptions
somewherebut I don't know how to set that or the
middleware` property anywhere, and not sure if that will override styles or not.Beta Was this translation helpful? Give feedback.
All reactions