From 12c030af027501e645def61e39cb844b2ce4b9b2 Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Wed, 27 Jul 2022 11:21:25 -0700 Subject: [PATCH] more readable icons --- packages/client/src/components/notification.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/client/src/components/notification.vue b/packages/client/src/components/notification.vue index 613eef451..5c7dcf4e0 100644 --- a/packages/client/src/components/notification.vue +++ b/packages/client/src/components/notification.vue @@ -214,7 +214,7 @@ useTooltip(reactionRef, (showing) => { } > * { - color: #e0def4; + color: #fff; width: 100%; height: 100%; } @@ -227,13 +227,13 @@ useTooltip(reactionRef, (showing) => { &.renote { padding: 3px; - background: #9ccfd8; + background: #31748f; pointer-events: none; } &.quote { padding: 3px; - background: #9ccfd8; + background: #31748f; pointer-events: none; }