Skip to content

Commit

Permalink
Merge pull request #997 from 0x1-company/received-sticker-icon
Browse files Browse the repository at this point in the history
feat: 🎸 icon offset
  • Loading branch information
tomokisun authored Nov 17, 2023
2 parents 80cd90a + 190116d commit 01fc368
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public struct ReceivedSticker: View {
.stroke(Color.white, lineWidth: 4)
)
}
.offset(y: -27)
.offset(y: -32)
}
}
}
Expand Down

0 comments on commit 01fc368

Please sign in to comment.