Add color configuration for icons

Created on 14 March 2025, 20 days ago

There don't currently seem to be any configuration options for the colors used for icons. It looks like the colors used are set directly in the SVG code (screenshot).

Would we be able to either:

  • Update the hardcoded SVG icons to have default text color/bg color combos that meet accessibility min contrasts.
  • A simple UI config for icons to allow users to set their preferred background (and font/icon?) fill color for the SVGs.
✨ Feature request
Status

Active

Version

4.1

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States w01f

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @w01f
  • πŸ‡¨πŸ‡¦Canada mandclu

    It's also worth pointing out that the svg icons are hardcoded to use CSS variables if available (e.g. --color1) that are likely to have collisions because they are so generic. It would be better if these could be prefixed to avoid unintended collisions.

Production build 0.71.5 2024