Skip to content

Commit

Permalink
Update bg-color utility docs to say muted (#2593)
Browse files Browse the repository at this point in the history
* muted

* Update docs/stories/utilities/Color.stories.jsx
  • Loading branch information
langermank committed Mar 21, 2024
1 parent 8673252 commit da08a61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/stories/utilities/Color.stories.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export const NewBackground = ({}) => (
<div style={{display: 'inline-flex', flexDirection: 'column'}}>
<div class="bgColor-default p-2 rounded mb-2">.bgColor-default</div>
<div class="bgColor-inset p-2 rounded mb-2">.bgColor-inset</div>
<div class="bgColor-subtle p-2 rounded mb-2">.bgColor-subtle</div>
<div class="bgColor-muted p-2 rounded mb-2">.bgColor-muted</div>
<div class="bgColor-emphasis fgColor-onEmphasis p-2 rounded mb-4">.bgColor-emphasis</div>

<div class="bgColor-accent-muted p-2 rounded mb-2">.bgColor-accent-muted</div>
Expand Down

0 comments on commit da08a61

Please sign in to comment.