using a less generic class name

This commit is contained in:
Alex Windett 2016-11-23 13:14:16 +00:00
parent 97aafac05b
commit d6b18a69a8
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ const Toggle = ({
const label = classNames( const label = classNames(
className, className,
styles.label styles['tgl-label']
); );
return ( return (

View File

@ -23,7 +23,7 @@
width: 110px; width: 110px;
} }
.label { .tgl-label {
background-color: #E6E6E6; background-color: #E6E6E6;
border: solid 1px #D8D8D8; border: solid 1px #D8D8D8;
border-radius: var(--border-radius); border-radius: var(--border-radius);