mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 06:06:41 +01:00
Make notifications settings icon less significant
This commit is contained in:
parent
5c9f6bae3c
commit
b85174155c
1 changed files with 1 additions and 1 deletions
|
@ -418,7 +418,7 @@ function Notifications({ columnMode }) {
|
|||
{supportsFilteredNotifications && (
|
||||
<button
|
||||
type="button"
|
||||
class="button plain"
|
||||
class="button plain4"
|
||||
onClick={() => {
|
||||
setShowNotificationsSettings(true);
|
||||
}}
|
||||
|
|
Loading…
Reference in a new issue