Channel mute style (#1564)

* Channel mute style

* Match opacity change in the webapp
This commit is contained in:
Elias Nahum 2018-04-04 15:08:12 +03:00 committed by GitHub
parent a8c74d8da0
commit f84d6f76e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -225,7 +225,7 @@ const getStyleSheet = makeStyleSheetFromTheme((theme) => {
fontSize: 10,
},
muted: {
opacity: 0.3,
opacity: 0.5,
},
};
});