Skip to content

Commit

Permalink
style: fix vertical alignment of lock icon for protected pads
Browse files Browse the repository at this point in the history
  • Loading branch information
andirueckel committed Mar 5, 2024
1 parent f5bb18d commit 81416e6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions components/UI/ServiceLink.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ import Icon from './Icon';
import { Avatar, AvatarFallback, AvatarImage } from '@/components/UI/shadcn/Avatar';

const LockIconWrapper = styled(Icon)`
position: relative;
top: 0.195rem;
display: inline-block;
margin-left: calc(var(--margin) / 2);
transform: scale(70%);
Expand Down

0 comments on commit 81416e6

Please sign in to comment.