Skip to content

Use fill="none" for fill="#fff" for background color #878

@shinokada

Description

@shinokada

These days developers use dark/light/system modes. If you have fill="#fff", you have the white bg when the mode is dark.

For example, bluesky has it.

// this line
<path d="m0 0H512V512H0" fill="#fff" />
// to 
<path d="m0 0H512V512H0" fill="none" />
// or
<path d="m0 0H512V512H0" fill="transparent" />

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