From 11f62b53b607f49b552d5ba909b5b3bc68bb8709 Mon Sep 17 00:00:00 2001 From: Artem Sapegin Date: Thu, 13 Aug 2015 09:26:56 +0200 Subject: [PATCH] Prevent link styles inheritance. --- src/react/LogMonitorButton.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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' } };