Updated FileInput to have default background color
• Updated: - FileInput to have default background color
This commit is contained in:
parent
3eeb0d5b95
commit
edacb610dc
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue