Currently, the Zoom module renders its control without any possibilities to configure the appearance. A simple solution to this would to make a renderer component injectable which was already prepared with the current defaultControlRenderer.
Added label for a breaking change, because I took the chance to enhance the api surface around custom renderers für both Zoom and Process Navigation modules.
Describe the solution you'd like
Currently, the Zoom module renders its control without any possibilities to configure the appearance. A simple solution to this would to make a renderer component injectable which was already prepared with the current
defaultControlRenderer
.