Skip to content

Commit

Permalink
Merge pull request #557 from enkryptcom/fix/kadena-confirmation
Browse files Browse the repository at this point in the history
fix: reduce padding
  • Loading branch information
gamalielhere authored Nov 20, 2024
2 parents b6e5f6d + 3ad9694 commit 36e01d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ defineProps({
width: 100%;
height: 224px;
background-color: @lightBg;
padding: 16px;
padding: 4px 16px;
box-sizing: border-box;
&-arrow {
Expand Down

0 comments on commit 36e01d0

Please sign in to comment.