From 1c6aaa198c96216c2fa85660b3ca3274b2b4e933 Mon Sep 17 00:00:00 2001 From: Wolfie <32025746+Wolfkid200444@users.noreply.github.com> Date: Fri, 15 Mar 2024 12:34:34 -0400 Subject: [PATCH] Update color prop in OverFlowIcon component --- src/plugins/holynotes/components/icons/overFlowIcon.tsx | 2 +- src/plugins/holynotes/components/modals/NoteBookTab.tsx | 7 ++----- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/src/plugins/holynotes/components/icons/overFlowIcon.tsx b/src/plugins/holynotes/components/icons/overFlowIcon.tsx index 461a64703..36e27cce2 100644 --- a/src/plugins/holynotes/components/icons/overFlowIcon.tsx +++ b/src/plugins/holynotes/components/icons/overFlowIcon.tsx @@ -4,7 +4,7 @@ * SPDX-License-Identifier: GPL-3.0-or-later */ -const OverFlowIcon = ({ width = 24, height = 24, color = "currentColor", className, ...rest }) => ( +const OverFlowIcon = ({ width = 24, height = 24, color = "var(--interactive-normal)", className, ...rest }) => ( 0 && ( - ) - } - + )} )}