diff --git a/.changeset/hairline-token-update.md b/.changeset/hairline-token-update.md new file mode 100644 index 0000000000..9bd2006f8f --- /dev/null +++ b/.changeset/hairline-token-update.md @@ -0,0 +1,10 @@ +--- +"@cloudflare/kumo": patch +"@cloudflare/kumo-docs-astro": patch +--- + +Updated the token value for `kumo-line` and `kumo-hairline` in dark mode so they are more visible. + +- replace `kumo-line` usages with `kumo-hairline` across Kumo components and docs UI/content styles +- use `ring-kumo-line` for shadowed surfaces (for example combobox, dialog, select, dropdown, toast, and related surface wrappers) +- adjust theme token configuration and generated styles to support updated neutral/hairline appearance \ No newline at end of file diff --git a/packages/kumo-docs-astro/src/components/Header.astro b/packages/kumo-docs-astro/src/components/Header.astro index bf369fc5bd..f27c0ff367 100644 --- a/packages/kumo-docs-astro/src/components/Header.astro +++ b/packages/kumo-docs-astro/src/components/Header.astro @@ -8,10 +8,10 @@ const kumoVersion = ---