diff --git a/src/View/Notification.elm b/src/View/Notification.elm index 29f4a8b..eda5336 100644 --- a/src/View/Notification.elm +++ b/src/View/Notification.elm @@ -113,7 +113,7 @@ notificationFilterView filter = button [ class <| if filter == event then - "btn btn-primary" + "btn btn-primary active" else "btn btn-default" , title tooltip