change padding

This commit is contained in:
cheykrym 2025-10-22 06:22:46 +03:00
parent 91a3117595
commit de2d7c4020

View File

@ -36,7 +36,7 @@ struct PrivateChatView: View {
if !isBottomAnchorVisible {
scrollToBottomButton(proxy: proxy)
.padding(.trailing, 20)
.padding(.bottom, 56)
.padding(.bottom, 4)
}
}
}