Skip to content

Commit

Permalink
fix: operation tittles margin
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphg6 committed Sep 5, 2023
1 parent 0d3b2e9 commit 92e7bc3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Menu/Items/OperationScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -664,6 +664,7 @@ export const OperationScreen = ({
letterSpacing: '0.18px',
textAlign: 'center',
width: '100%',
mt: '1rem',
}}
>
{t('menu.preview.actions.insert')}
Expand Down Expand Up @@ -984,6 +985,7 @@ export const OperationScreen = ({
letterSpacing: '0.18px',
textAlign: 'center',
width: '100%',
mt: '1rem',
}}
>
{t('menu.preview.actions.edit')}
Expand Down

0 comments on commit 92e7bc3

Please sign in to comment.