From 0623d054c5ced07c031cf7679d0580605d1d91f7 Mon Sep 17 00:00:00 2001 From: Tim van der Horst Date: Fri, 3 Apr 2020 22:03:32 +1000 Subject: [PATCH] Removed negative margin on FormHelperText A negative margin is not how the official TextField handles the FormHelperText, so it shouldn't be baked into this style here. Fixes #266 --- src/ChipInput.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/ChipInput.js b/src/ChipInput.js index 5a270a4..6bb393f 100644 --- a/src/ChipInput.js +++ b/src/ChipInput.js @@ -104,9 +104,7 @@ const styles = (theme) => { labelShrink: { top: 0 }, - helperText: { - marginBottom: -20 - }, + helperText: {}, focused: {}, disabled: {}, underline: {