Make notifications settings icon less significant

pull/493/head
Lim Chee Aun 2024-04-10 14:21:05 +08:00
rodzic 5c9f6bae3c
commit b85174155c
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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