Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Connor Bär <connor-baer@users.noreply.github.com>
  • Loading branch information
matoous and connor-baer authored Sep 5, 2024
1 parent 4730d9d commit 2920340
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/circuit-ui/components/ColorInput/ColorInput.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import * as Stories from './ColorInput.stories';

<Status variant="experimental" />

The ColorInput component enables users to submit or select a color.
The ColorInput component enables users to type or select a color.

<Story of={Stories.Base} />
<Props />
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ describe('ColorInput', () => {
describe('Labeling', () => {
const HEX_SYMBOL = '#';

it('should have the currency symbol as part of its accessible description', () => {
it('should have the hex symbol as part of its accessible description', () => {
render(<ColorInput {...baseProps} />);
expect(screen.getByRole('textbox')).toHaveAccessibleDescription(
HEX_SYMBOL,
Expand Down

0 comments on commit 2920340

Please sign in to comment.