Make notifications settings icon less significant

This commit is contained in:
Lim Chee Aun 2024-04-10 14:21:05 +08:00
parent 5c9f6bae3c
commit b85174155c

View file

@ -418,7 +418,7 @@ function Notifications({ columnMode }) {
{supportsFilteredNotifications && (
<button
type="button"
class="button plain"
class="button plain4"
onClick={() => {
setShowNotificationsSettings(true);
}}