mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-22 16:00:39 +01:00
chore(Toggle)!: rename icons to onIcon / offIcon for consistency
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user