Skip to content

[BUG] ma ually input colors without alpha will break... everything. #175

Open
@AveryVeilfaire

Description

@AveryVeilfaire

When manually entering hex colors that include an alpha, but not putting that section in, it will break the entire style sheet up into that point because the json entered will become uniterable past that point. EX

{
"ITS@@tab-stacked-shadow-color@@dark": "#FF0000"
}

image

this makes the style itself fail past that selection and the import of any saved styles files that include that fail.

fix would be simple, force the selection to be rgba so it is included, or have the json reader check for rgb or rgba

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions