chore(SelectCustom): move icons in preset

This commit is contained in:
Benjamin Canac
2022-07-29 11:17:04 +02:00
parent f9dbe28938
commit 3a6ecd6988
2 changed files with 7 additions and 2 deletions

View File

@@ -163,7 +163,7 @@ const props = defineProps({
},
icon: {
type: String,
default: () => 'heroicons-solid:selector'
default: () => $ui.selectCustom.icon.name
},
iconBaseClass: {
type: String,
@@ -226,7 +226,7 @@ const props = defineProps({
},
listOptionIcon: {
type: String,
default: () => 'heroicons-solid:check'
default: () => $ui.selectCustom.list.option.icon.name
},
listOptionIconBaseClass: {
type: String,