Raycast version: 1.25.1
Description
<List.Item icon={{
source: "icon.png",
tintColor: Color.SecondaryText,
}}>

(top, custom icon. bottom, built-in one)
The current behavior
The above code results in a pure-black tinted icon rather than a light-gray one.
If I replace SecondaryText with Green the color is correctly applied.
The expected behavior
Icon should be light-gray tinted.