Robin
Robin
this might be related to a discussion on dicsord: https://discord.com/channels/842427094214770768/842427094214770771/1008260799338389504
same is for dialog
@Sepush #3598 does not fully adress the request. Its still not possible to change close button props like `round` 👀
> I think `preview-img-props` is a better name? I've been thinking about that, too. But decided against it, so that no one assumes that these are the props for `preview-image`...
@07akioni I've updated to `preview-img-props` and added a test.
Rotation of preview overrides `style` 🤔 Not ready to merge.
@07akioni I am not sure what's BP to solve this issue.
> > @07akioni I am not sure what's BP to solve this issue. > > Do not let new props override builtin props. If you want it work for style,...
Is there any good way to merge `CSSStyleDeclaration` (used to override style in `deriveStyle`) and `StyleValue` (`style` passed as `imgProp`)?
> > Is there any good way to merge `CSSStyleDeclaration` (used to override style in `deriveStyle`) and `StyleValue` (`style` passed as `imgProp`)? > > As any is okay. I am...