Skip to content

Commit

Permalink
fix: ClassNames in Sttings was there by accident
Browse files Browse the repository at this point in the history
  • Loading branch information
olzzon committed Sep 27, 2019
1 parent 19c1d58 commit c6d29b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/assets/css/Channel.css
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ input[type=range]::-webkit-slider-thumb {
}

input[color-pgm=pgm-on]::-webkit-slider-thumb {
background: linear-gradient(to left, #3a1d1d 0%, #c06b6b 20%, #852f2f 50%, #00a 1px, #8f4a4a 52%, #c47171 80%, #411f1f 100%);
background: linear-gradient(to left, #3a1d1d 0%, #c04d4d 20%, #811919 50%, #00a 1px, #8a2626 52%, #bd5151 80%, #411f1f 100%);
}

input[color-vo=vo-on]::-webkit-slider-thumb {
Expand Down
3 changes: 1 addition & 2 deletions src/components/Settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,7 @@ class Settings extends React.PureComponent<IAppProps & Store, IState> {

renderChannelTypeSettings = () => {
return (
<div className={ClassNames("settings-show-channel-selection")
}>
<div className="settings-show-channel-selection">
<div className="settings-header">
NUMBER OF CHANNELTYPES:
</div>
Expand Down

0 comments on commit c6d29b6

Please sign in to comment.