mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-03-03 18:58:01 +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,
|
||||
fontSize: 17,
|
||||
overflow: 'hidden',
|
||||
opacity: 0.9,
|
||||
opacity: 1,
|
||||
color: 'white',
|
||||
left: left ? 0 : undefined,
|
||||
right: right ? 0 : undefined,
|
||||
|
|
Loading…
Reference in New Issue
Block a user