mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-03-04 03:05:46 +03:00
removed opacity on monitor
This commit is contained in:
parent
696b3bbc7f
commit
6677e375b4
|
@ -14,7 +14,7 @@ export function getDefaultStyle(props) {
|
||||||
zIndex: 10000,
|
zIndex: 10000,
|
||||||
fontSize: 17,
|
fontSize: 17,
|
||||||
overflow: 'hidden',
|
overflow: 'hidden',
|
||||||
opacity: 0.9,
|
opacity: 1,
|
||||||
color: 'white',
|
color: 'white',
|
||||||
left: left ? 0 : undefined,
|
left: left ? 0 : undefined,
|
||||||
right: right ? 0 : undefined,
|
right: right ? 0 : undefined,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user