From 89bc6fd8e929b81a6f2f05cdef418002d2c27399 Mon Sep 17 00:00:00 2001 From: Kiro Agent <244629292+kiro-agent@users.noreply.github.com> Date: Thu, 21 May 2026 14:12:30 +0000 Subject: [PATCH] fix(forms): update TOKENS CONSUMED comment to match actual usage Align documented token list with real CSS custom properties used in the file after the token-name correction pass. --- optional/forms.css | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/optional/forms.css b/optional/forms.css index 4ca5df02..4bab42a0 100644 --- a/optional/forms.css +++ b/optional/forms.css @@ -15,12 +15,15 @@ full control via BEM components, skip this file entirely. TOKENS CONSUMED: - --sf-radius-m, --sf-border-1, --sf-color-border-default, - --sf-color-border-focus, --sf-color-bg, --sf-color-surface, - --sf-color-text, --sf-color-text-placeholder, - --sf-color-bg-disabled, --sf-color-text-disabled, - --sf-opacity-disabled, --sf-space-xs, --sf-space-s, - --sf-text-m, --sf-transition-colors, --sf-focus-ring-* + --sf-radius-m, --sf-border-width-1, --sf-color-border, + --sf-color-border--focus, --sf-color-border--subtle, + --sf-color-surface, --sf-color-text, --sf-color-text--placeholder, + --sf-color-text--disabled, --sf-color-text--on-action, + --sf-color-bg--disabled, --sf-color-bg--hover, --sf-color-action, + --sf-opacity-disabled, --sf-space-xs, --sf-space-s, --sf-space-m, + --sf-text-m, --sf-leading-normal, --sf-font-weight-heading, + --sf-duration-fast, --sf-ease-out, --sf-transition-colors, + --sf-focus-ring-width, --sf-focus-ring-style, --sf-focus-ring-offset ============================================================ */ @layer slashed.forms {