Skip to content

Commit

Permalink
style: npm run prettier:fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyboar committed Dec 4, 2024
1 parent 1e643cd commit 1ea040d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,7 @@ const DataFilesAddButton = ({ readOnly }) => {
return (
<div id="add-button-wrapper">
<ButtonDropdown isOpen={dropdownOpen} toggle={toggleDropdown}>
<DropdownToggle
color="primary"
id="data-files-add"
>
<DropdownToggle color="primary" id="data-files-add">
+ Add
</DropdownToggle>
<DropdownMenu>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
@import '../../../styles/components/dropdown-menu.css';


#add-button-wrapper {
padding-left: var(--horizontal-buffer);
}
Expand Down

0 comments on commit 1ea040d

Please sign in to comment.