Replacing `vectorResource()` with `painterResource...
# compose
a
Replacing
vectorResource()
with
painterResource()
caused this issue, any idea how to fix it? Or should I file a bug?
n
Can you share the full composable?
a
…let me simplify the code
I guess it has something to do with reusing it across icons with different sizes… I think that should be a valid case. In our case we’re previewing our Design system components with different variants
Using
Icon(imageVector =… )
works well in contrast
c
Subscribing. Interested in the result.
a