Conversation
|
Hey @evan-lauer this is a good thought but needs some work. First, you've changed the functionality to supply the "#" before the hex value, but that goes against the help text that asks users to supply the value with #, and also breaks the ability to use CSS color names. More importantly, I think we should change this to just override the color of the default outline property, rather than resetting outline and adding a border (which distorts the content in many containers). |
|
Oops! I see that. Maybe it makes sense to add color presets as the first option for the developer, then as an "advanced setting", let the developer choose their own color? That way the developer doesn't have to google a hex color picker? As for the second bit, yes you're right. I'll change that back. |
|
Hi Evan, let's keep this branch open and have you address the point above in it to preserve the comment history. Just push new commits to this branch and it'll update this PR. |
Closes #10