Skip to content
This repository has been archived by the owner on Oct 19, 2021. It is now read-only.

Commit

Permalink
fix(content-switcher): update markup to match v10 changes (#2209)
Browse files Browse the repository at this point in the history
  • Loading branch information
lee-chase authored and joshblack committed Apr 12, 2019
1 parent 2351b03 commit f2c67c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Switch/Switch.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const Switch = props => {
if (componentsX) {
return (
<button {...other} {...commonProps}>
<span>{text}</span>
<span className={`${prefix}--content-switcher__label`}>{text}</span>
</button>
);
} else {
Expand Down

0 comments on commit f2c67c5

Please sign in to comment.