chore(Toggle)!: rename icons to onIcon / offIcon for consistency

This commit is contained in:
Benjamin Canac
2023-05-29 21:38:51 +02:00
parent 1ebaa5aa00
commit 8ee2ac10e7
3 changed files with 15 additions and 15 deletions

View File

@@ -439,8 +439,8 @@ const toggle = {
off: 'h-3 w-3 text-gray-400 dark:text-gray-500'
},
default: {
iconOn: null,
iconOff: null
onIcon: null,
offIcon: null
}
}