Skip to content

Commit

Permalink
Improve README wording
Browse files Browse the repository at this point in the history
  • Loading branch information
ciampo committed Oct 5, 2022
1 parent 653dca3 commit 5f5984f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/components/src/theme/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

0 comments on commit 5f5984f

Please sign in to comment.