diff --git a/src/react/LogMonitorButton.js b/src/react/LogMonitorButton.js index 40addb1d..93291524 100644 --- a/src/react/LogMonitorButton.js +++ b/src/react/LogMonitorButton.js @@ -13,7 +13,9 @@ const styles = { marginBottom: 5, flexGrow: 1, display: 'inline-block', - fontSize: '0.8em' + fontSize: '0.8em', + color: 'white', + textDecoration: 'none' } };