Skip to content

[Todo] Persist inputs to localStorage and fix color input #551

@anthonygedeon

Description

@anthonygedeon

When playing with the customize tools, I noticed that the reset button is not really noticeable after changing the properties of the icons.

Styling the reset button to red will signify danger and become noticeable.

Here's a screenshot of what I am talking about

image

CSS Code

.css-s700uk {
   --background-color: hsl(358, 91%, 45%); /* pick a suitable red color */
    box-shadow: inset 0 0 0 1px var(--background-color);
    background-color: var(--background-color);
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions