mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-25 17:30:37 +01:00
docs: add missing icons to override in theming
This commit is contained in:
@@ -273,10 +273,23 @@ export default defineAppConfig({
|
|||||||
sortButton: {
|
sortButton: {
|
||||||
icon: 'i-octicon-arrow-switch-24'
|
icon: 'i-octicon-arrow-switch-24'
|
||||||
},
|
},
|
||||||
|
loadingState: {
|
||||||
|
icon: 'i-octicon-sync-24'
|
||||||
|
},
|
||||||
emptyState: {
|
emptyState: {
|
||||||
icon: 'i-octicon-database-24'
|
icon: 'i-octicon-database-24'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
pagination: {
|
||||||
|
default: {
|
||||||
|
prevButton: {
|
||||||
|
icon: 'i-octicon-arrow-left-24'
|
||||||
|
},
|
||||||
|
nextButton: {
|
||||||
|
icon: 'i-octicon-arrow-right-24'
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user