fix: 'open' arrow icon on user details
This commit is contained in:
parent
0c625958f5
commit
11b0c59a4e
1 changed files with 1 additions and 1 deletions
|
|
@ -681,7 +681,7 @@ fn user_list() -> Section<crate::pages::Message> {
|
||||||
icon::from_name(if expanded {
|
icon::from_name(if expanded {
|
||||||
"go-up-symbolic"
|
"go-up-symbolic"
|
||||||
} else {
|
} else {
|
||||||
"go-next-symbolic"
|
"go-down-symbolic"
|
||||||
})
|
})
|
||||||
.icon()
|
.icon()
|
||||||
.size(16)
|
.size(16)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue