Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Commit

Permalink
Slight change in padding on tooltip and label
Browse files Browse the repository at this point in the history
  • Loading branch information
HEYROCKME committed Nov 17, 2021
1 parent 38c4bac commit 6da103a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/panes/DonorPane/CustomCheckBox.style.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export const CheckBoxLabel = styled.p`
font-size: 14px;
margin: 0;
padding-left: 35px;
padding-right: 5px;
padding-right: 0px;
`;

export const ComputerLabel = styled.span`
Expand Down
2 changes: 1 addition & 1 deletion src/components/shared/ToolTip/ToolTipIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const TooltipIconButton = styled.button.attrs({
pointer-events: all;
background: transparent;
border: none;
padding: 5px 10px;
padding: 5px 7.5px;
&:hover {
cursor: pointer;
Expand Down

0 comments on commit 6da103a

Please sign in to comment.