From 5f5984f8747e9af2a2a1e699c983b606d79edb7a Mon Sep 17 00:00:00 2001 From: Marco Ciampini Date: Wed, 5 Oct 2022 17:45:29 +0200 Subject: [PATCH] Improve README wording --- packages/components/src/theme/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/components/src/theme/README.md b/packages/components/src/theme/README.md index 57363bbbc4f2b1..6cb73e02540654 100644 --- a/packages/components/src/theme/README.md +++ b/packages/components/src/theme/README.md @@ -6,7 +6,7 @@ This feature is still experimental. “Experimental” means this is an early im `Theme` allows defining theme variables for components in the `@wordpress/components` package. -Multiple `Theme` components can be use and nested, in order to override specific theme variables. +Multiple `Theme` components can be nested in order to override specific theme variables. ## Usage @@ -29,6 +29,6 @@ const Example = () => { ### `accent`: `CSSProperties[ 'color' ]` -The accent color, used as the primary color _(wording TBD)_. If an accent color is not defined, the default fallback value is the original WP Admin main theme color. +Used to set the accent color (used by components as the primary color). If an accent color is not defined, the default fallback value is the original WP Admin main theme color. - Required: No