with anim for apperance close

This commit is contained in:
Diogo
2024-08-27 10:55:57 +01:00
parent d28afccd9a
commit 4b13b3df03
@@ -105,7 +105,9 @@ struct UserPicker: View {
} else {
ThemeManager.applyTheme(DefaultTheme.LIGHT.themeName)
}
userPickerVisible.toggle()
withAnimation {
userPickerVisible.toggle()
}
}.padding(.bottom, 7)
}
}