Skip to content

Commit 38a87dc

Browse files
committed
chore: 2px to 1px
1 parent 89d54e6 commit 38a87dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/components/BlueIconTextButtonContainer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export const BlueIconTextButtonContainer = styled.div`
1515
}
1616
1717
label {
18-
margin-top: 2px;
18+
margin-top: 1px;
1919
color: ${({ theme }) => theme.primaryBlue};
2020
}
2121

0 commit comments

Comments
 (0)