Skip to content

Commit

Permalink
fix: these selectors didn't actually change
Browse files Browse the repository at this point in the history
  • Loading branch information
adixon-adobe authored and Westbrook committed Oct 15, 2020
1 parent 22bf3b1 commit a5ac275
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/card/src/spectrum-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ const config = {
name: 'header',
},
{
selector: '.spectrum-Card-heading',
name: 'heading',
selector: '.spectrum-Card-title',
name: 'title',
},
{
selector: '.spectrum-Card-subheading',
name: 'subheading',
selector: '.spectrum-Card-subtitle',
name: 'subtitle',
},
{
selector: '.spectrum-Card-content',
Expand Down

0 comments on commit a5ac275

Please sign in to comment.