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" } }