fix: Fix icon names.

This commit is contained in:
Gervwyk 2022-04-28 21:33:34 +02:00
parent 4089191bc8
commit 2e81f589fb
4 changed files with 5 additions and 5 deletions

View File

@ -38,7 +38,7 @@ pages:
title: Welcome to your Lowdefy app
subTitle: We are excited to see what you are going to build
icon:
name: AiTwoToneHeart
name: AiOutlineHeart
color: '#f00'
areas:
extra:

View File

@ -32,4 +32,4 @@ _ref:
type: Statistic
properties:
value: 99.5
prefixIcon: AiTwoToneAlert
prefixIcon: AiOutlineAlert

View File

@ -137,7 +137,7 @@ _ref:
subTitle: We are excited to see what you are going to build
status: success
icon:
name: AiTwoToneHeart
name: AiOutlineHeart
color: '#f00'
areas:
extra:
@ -203,7 +203,7 @@ _ref:
title: Welcome to your Lowdefy app
subTitle: We are excited to see what you are going to build
icon:
name: AiTwoToneHeart
name: AiOutlineHeart
color: '#f00'
areas:
extra:

View File

@ -13,7 +13,7 @@
},
"name": {
"type": "string",
"default": "AiCloseCircleOutlined",
"default": "AiOutlineCloseCircle",
"description": "Name of icon to be displayed."
},
"rotate": {