Make notifications settings icon less significant
This commit is contained in:
parent
5c9f6bae3c
commit
b85174155c
|
@ -418,7 +418,7 @@ function Notifications({ columnMode }) {
|
||||||
{supportsFilteredNotifications && (
|
{supportsFilteredNotifications && (
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
class="button plain"
|
class="button plain4"
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
setShowNotificationsSettings(true);
|
setShowNotificationsSettings(true);
|
||||||
}}
|
}}
|
||||||
|
|
Loading…
Reference in a new issue