From fbfab047a9b5cc99b2d40779f4fe31cdc8f1fe06 Mon Sep 17 00:00:00 2001 From: pekingme <8545955+pekingme@users.noreply.github.com> Date: Wed, 22 Sep 2021 22:09:27 +0000 Subject: [PATCH] [Docs] Updated "Design Color Name" to "Color Role" in colors. PiperOrigin-RevId: 398340174 --- docs/theming/Color.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/theming/Color.md b/docs/theming/Color.md index f69c22ad5..1f10f04af 100644 --- a/docs/theming/Color.md +++ b/docs/theming/Color.md @@ -32,7 +32,7 @@ brand color: -Design Color Name | Android Attribute | Light Theme Baseline (Dynamic) Color | Dark Theme Baseline (Dynamic) Color +Color Role | Android Attribute | Light Theme Baseline (Dynamic) Color | Dark Theme Baseline (Dynamic) Color ---------------------- | ------------------------- | ------------------------------------ | ----------------------------------- Primary | colorPrimary | #ff6750a4
(system_accent1_600) | #ffd0bcff
(system_accent1_200) On Primary | colorOnPrimary | white
(system_accent1_0) | #ff381e72
(system_accent1_800) @@ -59,7 +59,7 @@ combinations. These additional color attributes are as follows: -Design Color Name | Android Attribute | Light Theme Baseline (Dynamic) Color | Dark Theme Baseline (Dynamic) Color +Color Role | Android Attribute | Light Theme Baseline (Dynamic) Color | Dark Theme Baseline (Dynamic) Color ------------------ | ----------------------- | ------------------------------------ | ----------------------------------- Error | colorError | #ffb3261e
(Same) | #fff2b8b5
(Same) On Error | colorOnError | white
(Same) | #ff601410
(Same)