Skip to content

Commit

Permalink
update floatingbutton image size
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrKahl committed May 3, 2024
1 parent a429ea9 commit acc5930
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/floatingButton/FloatingButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ const FloatingButton: React.FC<FloatingButtonProps> = ({ setToggled }) => {
...(logoUrl
? {
backgroundImage: `url(${logoUrl})`,
backgroundSize: "contain",
}
: {}),
border: `2px solid ${borderColor}`,
Expand Down

0 comments on commit acc5930

Please sign in to comment.