Restrict dynamic font type - max size

This commit is contained in:
OlegAba
2023-02-10 17:51:09 -05:00
committed by William Casarin
parent 6d8312fa57
commit 0bdec912f8

View File

@@ -32,6 +32,7 @@ struct MainView: View {
}
}
}
.dynamicTypeSize(.xSmall ... .xxxLarge)
.onReceive(handle_notify(.logout)) { _ in
try? clear_keypair()
keypair = nil