Skip to content

Surface and background colors don't match spec #122

Open
@anthonymoretti

Description

@anthonymoretti

In scheme.dart the tone values don't match the spec.

Expected

background: palette.neutral.get(98),
surface: palette.neutral.get(98),
background: palette.neutral.get(6),
surface: palette.neutral.get(6),

Actual

background: palette.neutral.get(99),
surface: palette.neutral.get(99),
background: palette.neutral.get(10),
surface: palette.neutral.get(10),

Metadata

Metadata

Assignees

No one assigned

    Labels

    explain(Label used internally)schemeAnything `Scheme` or `DynamicScheme`

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions