Updated FileInput to have default background color

• Updated:
- FileInput to have default background color
This commit is contained in:
mgabdev 2020-12-26 15:27:16 -05:00
parent 3eeb0d5b95
commit edacb610dc
1 changed files with 2 additions and 1 deletions

View File

@ -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,