diff --git a/src/renderer.jsx b/src/renderer.jsx index 3c253cde..6358e93a 100644 --- a/src/renderer.jsx +++ b/src/renderer.jsx @@ -408,6 +408,7 @@ class App extends React.Component { render() { const jumpCutButtonStyle = { position: 'absolute', color: 'black', bottom: 0, top: 0, padding: '2px 8px' }; + const infoSpanStyle = { background: 'rgba(255, 255, 255, 0.4)', padding: '.1em .4em', margin: '0 3px', fontSize: 13, borderRadius: '.3em' }; return (