Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Surface and background colors don't match spec #122

Open
anthonymoretti opened this issue Oct 13, 2023 · 1 comment
Open

Surface and background colors don't match spec #122

anthonymoretti opened this issue Oct 13, 2023 · 1 comment
Labels
explain (Label used internally) scheme Anything `Scheme` or `DynamicScheme`

Comments

@anthonymoretti
Copy link

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),
@MrEbbinghaus
Copy link

Reference: #114 (comment)

@pennzht pennzht added scheme Anything `Scheme` or `DynamicScheme` explain (Label used internally) labels Feb 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
explain (Label used internally) scheme Anything `Scheme` or `DynamicScheme`
Projects
None yet
Development

No branches or pull requests

3 participants