Skip to content

Commit

Permalink
fix: fix spacing in profile screen
Browse files Browse the repository at this point in the history
  • Loading branch information
chennara-icapps committed Feb 19, 2024
1 parent 552a311 commit 4df7426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/profile/UpdateNotification/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import styled from 'styled-components/native';
import { Button } from '../../_components';

export const NotificationContainer = styled.View`
margin: 20px 0px 0px;
margin: 20px 0px;
background-color: ${({ theme }) => theme.palette.neutral['900']};
padding: 15px;
border-radius: 10px;
Expand Down

0 comments on commit 4df7426

Please sign in to comment.