[FileUploader/FileUploaderButton, react, bug?]: FileUploader & FileUploaderButton component in react adds bx--btn--sm
CSS style to the button which is not present in VanillaJS implementation
#2715
Labels
Packages being used :-
Issue might be localized to following packages :-
carbon-components
carbon-components-react
Detailed description
Looking at the documentation here, the button for FileUploader should be normal sized and not a small variant button type which is what the current react package has as shown here
Poking around the source code, looks like
bx--btn--sm
CSS class is being added for FileUploader & FileUploaderButton, which is causing the button to be a small button.Wondering if this is expected behavior or a bug..? 🤔
Steps to reproduce the issue
The text was updated successfully, but these errors were encountered: