From e73ba9b70ae42519db4f9556e9f79d522f8c1361 Mon Sep 17 00:00:00 2001 From: talksik Date: Mon, 14 Apr 2025 09:32:23 -0700 Subject: [PATCH] fix: use anronicon for warning icon --- AppWarning.qml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/AppWarning.qml b/AppWarning.qml index e109bde..81a3935 100644 --- a/AppWarning.qml +++ b/AppWarning.qml @@ -39,10 +39,11 @@ Rectangle { height: 16 color: "transparent" - Text { + AppIcon { anchors.centerIn: parent - text: "⚠️" - font.pixelSize: 16 + source: "qrc:/live.flowy/imports/DesignSystem/anronicons/mono/alerts/alert-triangle.svg" + iconHeight: 16 + iconWidth: 16 color: "#faad14" } }