Skip to content

Commit

Permalink
fix: zero indicator on faders was off after new design
Browse files Browse the repository at this point in the history
  • Loading branch information
olzzon committed Jan 29, 2020
1 parent 83b92f8 commit 78f48b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/assets/css/Channel.css
Original file line number Diff line number Diff line change
Expand Up @@ -292,8 +292,8 @@
}

.channel-zero-indicator {
color: rgb(119, 119, 119);
color: rgb(134, 134, 134);
position: absolute;
top: 153px;
top: 214px;
left: 37px;
}

0 comments on commit 78f48b5

Please sign in to comment.