Skip to content

Commit

Permalink
Soon badges: small-caps
Browse files Browse the repository at this point in the history
  • Loading branch information
bpierre committed Mar 29, 2018
1 parent 8dfe9b1 commit f29e11a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MenuPanel/MenuPanelAppGroup.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class MenuPanelAppGroup extends React.Component {
</span>
{comingSoon && (
<span>
<Badge shape="compact">SOON</Badge>
<Badge shape="compact" style={{ fontVariant: 'small-caps' }}>soon</Badge>
</span>
)}
</ButtonItem>
Expand Down

0 comments on commit f29e11a

Please sign in to comment.