fix: use anronicon for warning icon
This commit is contained in:
+4
-3
@@ -39,10 +39,11 @@ Rectangle {
|
|||||||
height: 16
|
height: 16
|
||||||
color: "transparent"
|
color: "transparent"
|
||||||
|
|
||||||
Text {
|
AppIcon {
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
text: "⚠️"
|
source: "qrc:/live.flowy/imports/DesignSystem/anronicons/mono/alerts/alert-triangle.svg"
|
||||||
font.pixelSize: 16
|
iconHeight: 16
|
||||||
|
iconWidth: 16
|
||||||
color: "#faad14"
|
color: "#faad14"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user