Card icons updated
This commit is contained in:
parent
e05dcceb7f
commit
709cf07229
|
@ -322,7 +322,7 @@ export default {
|
||||||
name: "Vertical",
|
name: "Vertical",
|
||||||
description:
|
description:
|
||||||
"A basic card component that can contain content and actions.",
|
"A basic card component that can contain content and actions.",
|
||||||
icon: "ri-layout-bottom-line",
|
icon: "ri-layout-column-line",
|
||||||
children: [],
|
children: [],
|
||||||
properties: {
|
properties: {
|
||||||
design: { ...all },
|
design: { ...all },
|
||||||
|
@ -391,7 +391,7 @@ export default {
|
||||||
name: "Horizontal",
|
name: "Horizontal",
|
||||||
description:
|
description:
|
||||||
"A basic card component that can contain content and actions.",
|
"A basic card component that can contain content and actions.",
|
||||||
icon: "ri-layout-bottom-line",
|
icon: "ri-layout-row-line",
|
||||||
children: [],
|
children: [],
|
||||||
properties: {
|
properties: {
|
||||||
design: { ...all },
|
design: { ...all },
|
||||||
|
|
Loading…
Reference in New Issue