From edacb610dc9d8c5ee4194a7055872188e04ab70f Mon Sep 17 00:00:00 2001 From: mgabdev <> Date: Sat, 26 Dec 2020 15:27:16 -0500 Subject: [PATCH] Updated FileInput to have default background color MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit • Updated: - FileInput to have default background color --- app/javascript/gabsocial/components/file_input.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/javascript/gabsocial/components/file_input.js b/app/javascript/gabsocial/components/file_input.js index 68ba4f05..2868fb29 100644 --- a/app/javascript/gabsocial/components/file_input.js +++ b/app/javascript/gabsocial/components/file_input.js @@ -45,7 +45,8 @@ class FileInput extends React.PureComponent { aiCenter: 1, cursorPointer: 1, jcCenter: 1, - overflowHidden: true, + overflowHidden: 1, + bgSecondary: 1, radiusSmall: isBordered, px10: isBordered, py10: isBordered,