Skip to content

Commit

Permalink
Align the download icon. (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
tpendragon authored Jul 11, 2024
1 parent 76f4d77 commit fd95c4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Viewer/Viewer/Download.styled.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { styled } from "src/styles/stitches.config";
const DownloadButton = styled(Popover.Trigger, {
width: "30px",
padding: "5px",
marginBottom: "auto"
});

const DownloadContent = styled(PopoverContent, {
Expand Down

0 comments on commit fd95c4f

Please sign in to comment.