material-foundation / material-theme-builder

Visualize dynamic color and create a custom Material Theme.
https://material-foundation.github.io/material-theme-builder/
Apache License 2.0
361 stars 27 forks source link

Hex codes don't work if there is no "#" symbol in front of them #267

Closed wiichicken closed 2 weeks ago

wiichicken commented 3 months ago

This would be a small thing, but a really nice one. Currently, if you enter a color code without a "#" symbol (e.g. "6750A4" over "#6750A4"), the color just becomes black. It would be nice if this was fixed, or at least if a "#" symbol was automatically added in front of the hex code if it was missing.