Channel mute style (#1564)
* Channel mute style * Match opacity change in the webapp
This commit is contained in:
parent
a8c74d8da0
commit
f84d6f76e0
1 changed files with 1 additions and 1 deletions
|
|
@ -225,7 +225,7 @@ const getStyleSheet = makeStyleSheetFromTheme((theme) => {
|
|||
fontSize: 10,
|
||||
},
|
||||
muted: {
|
||||
opacity: 0.3,
|
||||
opacity: 0.5,
|
||||
},
|
||||
};
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue