Skip to content

Commit

Permalink
fix: match with ui system
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeday committed Dec 24, 2024
1 parent c5a1831 commit 42608fc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions shared/transaction-modal/transaction-modal-content.tsx
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
import { memo } from 'react';
import styled from 'styled-components';
import { Text } from '@lidofinance/lido-ui';
import { devicesHeaderMedia } from 'styles/global';

export const Wrap = styled.div`
text-align: center;
margin-top: -46px;
margin-top: -34px;
@media ${devicesHeaderMedia.mobile} {
margin-top: -42px;
${({ theme }) => theme.mediaQueries.md} {
margin-top: -26px;
padding-bottom: 12px;
}
`;

Expand Down

0 comments on commit 42608fc

Please sign in to comment.