Skip to content

Commit

Permalink
fix: smaller actions buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
thoreyjona committed Sep 30, 2024
1 parent 0c16274 commit 6cc110e
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ export const getButtonsForActions = (
title={action.title}
icon={icon}
onPress={() => openBrowser(action.data!, componentId)}
style={{
paddingTop: 9,
paddingBottom: 9,
}}
/>
</Action>
)
Expand All @@ -63,6 +67,10 @@ export const getButtonsForActions = (
title={action.title}
icon={icon}
onPress={onShare}
style={{
paddingTop: 9,
paddingBottom: 9,
}}
/>
</Action>
)
Expand Down

0 comments on commit 6cc110e

Please sign in to comment.