Skip to content

Docs show a color param, when the correct param is background #1

@mattbearman

Description

@mattbearman

https://github.com/mattbearman/monogram/blob/main/README.md?plain=1#L123

shows:

Monogram.new(name: 'custom colour', color: 'rgba(127, 0, 0, 0.8)', shape: Monogram::Avatar::ROUNDED).to_s

when it should be:

Monogram.new(name: 'custom colour', background: 'rgba(127, 0, 0, 0.8)', shape: Monogram::Avatar::ROUNDED).to_s

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions