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 && ( - ) - } - + )} )}