mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-04 02:34:52 +00:00
80dbec9fcc
As discussed in #109, when using the `rotation` property of `StatusIcon` it seems to just mirror the underlying image source. It turns out that using `rotation` on the image source is enough to have the `ColorOverlay` rotate as well. Adding a `rotation` to the overlay will rotate the source that's already rotated, resulting in a mirrored result. To fix this, we're removing the additional `rotation` from the overlay. Fixes #109