diff --git a/apps/native/app/src/screens/document-detail/utils/getButtonsForActions.tsx b/apps/native/app/src/screens/document-detail/utils/getButtonsForActions.tsx index 8d0c862ce5e2b..03f628696e5b7 100644 --- a/apps/native/app/src/screens/document-detail/utils/getButtonsForActions.tsx +++ b/apps/native/app/src/screens/document-detail/utils/getButtonsForActions.tsx @@ -50,6 +50,10 @@ export const getButtonsForActions = ( title={action.title} icon={icon} onPress={() => openBrowser(action.data!, componentId)} + style={{ + paddingTop: 9, + paddingBottom: 9, + }} /> ) @@ -63,6 +67,10 @@ export const getButtonsForActions = ( title={action.title} icon={icon} onPress={onShare} + style={{ + paddingTop: 9, + paddingBottom: 9, + }} /> )