From d832c138c65e56f18f5dc23937557e20510252d9 Mon Sep 17 00:00:00 2001 From: simurai <simurai@github.com> Date: Wed, 13 Oct 2021 13:31:23 +0900 Subject: [PATCH] Remove disabled text from Foundations --- content/foundations/color.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/foundations/color.mdx b/content/foundations/color.mdx index 9aaf58f..21988de 100644 --- a/content/foundations/color.mdx +++ b/content/foundations/color.mdx @@ -25,8 +25,8 @@ Foundation variables are the building blocks of all interfaces. Use them to crea | `border-muted` | Secondary border to emphasize separation between elements. | | `border-subtle` | Low opacity border designed to blend with backgrounds like images on avatars or primary buttons. | | `fg-default` | Provides high readability. Default text and icons, and most foregrounds. | -| `fg-muted` | Provides medium readability. Used to create hierarchy in combination with `fg-default`. Do not use for placeholder or disabled states. | -| `fg-subtle` | Provides low contrast. Used for disabled states — in these cases, it's acceptable that it does not pass general text contrast requirements. | +| `fg-muted` | Provides medium readability. Used to create hierarchy in combination with `fg-default`. | +| `fg-subtle` | Provides low contrast. Used for placeholder text. | | `fg-on-emphasis` | Used for text and icons on color backgrounds. | ## Color roles -- GitLab