web: change style for mark read catchup button
This commit is contained in:
parent
61402858f4
commit
d41946e0a5
@ -241,7 +241,7 @@ fn catchup_view(
|
|||||||
]))
|
]))
|
||||||
],
|
],
|
||||||
button![
|
button![
|
||||||
tw_classes::button_with_color("bg-green-800", "hover:bg-neutral-700"),
|
tw_classes::button_with_color("bg-green-800", "hover:bg-green-700"),
|
||||||
span![i![C!["far", "fa-envelope-open"]]],
|
span![i![C!["far", "fa-envelope-open"]]],
|
||||||
span![C!["pl-2"], "Mark as read"],
|
span![C!["pl-2"], "Mark as read"],
|
||||||
ev(Ev::Click, |_| Msg::CatchupMarkAsRead)
|
ev(Ev::Click, |_| Msg::CatchupMarkAsRead)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user