web: change style for mark read catchup button

This commit is contained in:
Bill Thiede 2025-02-27 15:15:49 -08:00
parent 61402858f4
commit d41946e0a5

View File

@ -241,7 +241,7 @@ fn catchup_view(
]))
],
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![C!["pl-2"], "Mark as read"],
ev(Ev::Click, |_| Msg::CatchupMarkAsRead)