From b85174155cc58fac319b418694ac1a7015c952ab Mon Sep 17 00:00:00 2001 From: Lim Chee Aun <cheeaun@gmail.com> Date: Wed, 10 Apr 2024 14:21:05 +0800 Subject: [PATCH] Make notifications settings icon less significant --- src/pages/notifications.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/notifications.jsx b/src/pages/notifications.jsx index 09cb4688..84c581f7 100644 --- a/src/pages/notifications.jsx +++ b/src/pages/notifications.jsx @@ -418,7 +418,7 @@ function Notifications({ columnMode }) { {supportsFilteredNotifications && ( <button type="button" - class="button plain" + class="button plain4" onClick={() => { setShowNotificationsSettings(true); }}