adopted-ember-addons / adopted-ember-addons/ember-paper

Components cannot use hues outside defined color palette

未关闭
#583 6 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
enhancement good first issue
主要语言
JavaScript
星标
879
派生
327
PR 合并指标
30 天内没有已合并 PR

描述

Use Case:
I want to use {{#paper-toolbar}} with the color blue-grey with a hue of 200.

Actual Case:
Color options must be within the default color palette ($primary, $accent, etc) and cannot be overridden with a hue on a per-component level.

Expected Case:
Something such as

$header: "blue-grey";
$color-blue-grey: map-merge($color-blue-grey, ('default': '200'));
{{#paper-toolbar header=true}}

Or some other way to define custom colors for specific components.

If there is a way to do this, the documentation needs to be update because it is not clear how to do it.

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。