Skip to content

Commit

Permalink
Merge pull request #564 from lidofinance/feature/si-1578-success-modal
Browse files Browse the repository at this point in the history
Transaction modal upper space improved
  • Loading branch information
jake4take authored Jan 17, 2025
2 parents 75ac190 + 42608fc commit 4a490d2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions shared/transaction-modal/transaction-modal-content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ import { Text } from '@lidofinance/lido-ui';

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

export const Title = styled(Text).attrs({
Expand Down

0 comments on commit 4a490d2

Please sign in to comment.