codemirror: Fix suggestions icon color in dark mode
Created by: fkling
Fixes #37752 (closed)
I cannot reproduce this problem locally but it looks like fill
might
not be a valid CSS rule for svg
and therefore it is somehow removed
in production builds.
Hopefully applying it to path
will work.
Test plan
Triggering suggestions in the main search query input shows icons with appropriate colors in dark and light mode (though as already mentioned, the issues itself doesn't reproduce in local dev builds).
App preview:
Check out the client app preview documentation to learn more.