Skip to content

Commit

Permalink
chore: add changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcthms committed Jan 16, 2023
1 parent 56d577b commit 191e5c9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/pink-students-compare.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@shopify/polaris': minor
---

Update focus states to be present on :focus-visible rather than :focus
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import React from 'react';
import {mountWithApp} from 'tests/utilities';

import {Key} from '../../../../../types';
import {Checkbox, CheckboxProps} from '../Checkbox';

describe('<Checkbox />', () => {
Expand Down

0 comments on commit 191e5c9

Please sign in to comment.