fix button update

This commit is contained in:
cheykrym 2025-12-11 22:33:29 +03:00
parent 1fb1e57140
commit d15776bc2e

View File

@ -134,6 +134,7 @@ struct ChatsTab: View {
Text(NSLocalizedString("Обновить", comment: ""))
.font(.subheadline)
}
.buttonStyle(.borderless)
}
.padding(.vertical, 4)
}