Kshitij Patil
11/07/2020, 11:42 AMvectorResource()
messes up with the fill color of vector drawable based on the current theme (dark theme inverts the color). I tried using same vector drawable in a non-compose project and colors remained the same.Nader Jawad
11/07/2020, 2:48 PMImage
composable. In an upcoming release we updated the Icon
composable to consume Color.Unspecified
which will not tint the actual vectorKshitij Patil
11/07/2020, 2:49 PM