fix: 'open' arrow icon on user details

This commit is contained in:
Jonathan Capps 2025-03-18 18:50:45 +00:00 committed by Michael Murphy
parent 0c625958f5
commit 11b0c59a4e

View file

@ -681,7 +681,7 @@ fn user_list() -> Section<crate::pages::Message> {
icon::from_name(if expanded {
"go-up-symbolic"
} else {
"go-next-symbolic"
"go-down-symbolic"
})
.icon()
.size(16)