removed opacity on monitor

This commit is contained in:
dzannotti 2015-08-10 23:44:52 +01:00
parent 696b3bbc7f
commit 6677e375b4

View File

@ -14,7 +14,7 @@ export function getDefaultStyle(props) {
zIndex: 10000,
fontSize: 17,
overflow: 'hidden',
opacity: 0.9,
opacity: 1,
color: 'white',
left: left ? 0 : undefined,
right: right ? 0 : undefined,