mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
change class for certificate details icon
This commit is contained in:
parent
8908c1aea1
commit
bc1cca08bc
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ impl List {
|
|||
|
||||
subtitle.append(
|
||||
&Image::builder()
|
||||
.css_classes(["accent"])
|
||||
.css_classes(["success"]) // @TODO toggle on certificate issues
|
||||
.cursor(&Cursor::from_name("help", None).unwrap())
|
||||
.icon_name("help-about-symbolic")
|
||||
.margin_end(4)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue