Pedro Alberto
10/18/2022, 7:49 AM<path
android:fillColor="?secondaryColor"
android:pathData="M10, 0,4.48 0....." />
<path
android:fillColor="?primaryColor"
android:pathData="M8,15L3,59L8,12.17L15....." />
How can I tint them separately in compose as we did in XML?