mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
The fill color is ignored when we generate webfonts in our main app. For our help center beta project using Astro, we would have needed to come up with a way to change fill colors for all the icons. Since, there was no reason for us to keep the fill colors in the SVGs, we decided to remove it instead and add a lint rule to keep that in check. See https://chat.zulip.org/#narrow/channel/6-frontend/topic/fill.20in.20our.20current.20svg.20icons for more details.