Skip to content

Commit

Permalink
feat(iconset): update spectrum css input
Browse files Browse the repository at this point in the history
  • Loading branch information
Westbrook Johnson authored and Westbrook committed Jan 6, 2021
1 parent 25c0545 commit 914150a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/iconset/test/iconset.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ describe('Iconset', () => {

const el = await fixture<Icon>(
html`
<sp-icon size="xxs" name="ui:CheckmarkMedium"></sp-icon>
<sp-icon size="xxs" name="ui:Chevron200"></sp-icon>
`
);

Expand All @@ -110,7 +110,7 @@ describe('Iconset', () => {
const el = await fixture<HTMLDivElement>(
html`
<div>
<sp-icon size="xxs" name="ui:CheckmarkMedium"></sp-icon>
<sp-icon size="xxs" name="ui:Chevron200"></sp-icon>
<sp-icons-medium></sp-icons-medium>
</div>
`
Expand Down

0 comments on commit 914150a

Please sign in to comment.