Skip to content

Commit

Permalink
style: Delete rounded-0 in AddContentButton
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisChV committed Sep 10, 2024
1 parent 3dfe252 commit b0a47cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/library-authoring/add-content/AddContentContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const AddContentButton = ({ contentType, onCreateContent } : AddContentButtonPro
<Button
variant="outline-primary"
disabled={disabled}
className="m-2 rounded-0"
className="m-2"
iconBefore={icon}
onClick={() => onCreateContent(blockType)}
>
Expand Down

0 comments on commit b0a47cc

Please sign in to comment.