mirror of
https://github.com/lowdefy/lowdefy.git
synced 2025-04-06 15:30:30 +08:00
fix: Fix icon names.
This commit is contained in:
parent
4089191bc8
commit
2e81f589fb
@ -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:
|
||||
|
@ -32,4 +32,4 @@ _ref:
|
||||
type: Statistic
|
||||
properties:
|
||||
value: 99.5
|
||||
prefixIcon: AiTwoToneAlert
|
||||
prefixIcon: AiOutlineAlert
|
||||
|
@ -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:
|
||||
|
@ -13,7 +13,7 @@
|
||||
},
|
||||
"name": {
|
||||
"type": "string",
|
||||
"default": "AiCloseCircleOutlined",
|
||||
"default": "AiOutlineCloseCircle",
|
||||
"description": "Name of icon to be displayed."
|
||||
},
|
||||
"rotate": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user