mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-10 19:56:54 +03:00
Prevent link styles inheritance.
This commit is contained in:
parent
d54bd2539c
commit
11f62b53b6
|
@ -13,7 +13,9 @@ const styles = {
|
|||
marginBottom: 5,
|
||||
flexGrow: 1,
|
||||
display: 'inline-block',
|
||||
fontSize: '0.8em'
|
||||
fontSize: '0.8em',
|
||||
color: 'white',
|
||||
textDecoration: 'none'
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user