mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 04:27:21 +00:00
add override to skeleton
This commit is contained in:
@@ -22,7 +22,7 @@ export default function Admin({
|
|||||||
config,
|
config,
|
||||||
}: BkndAdminProps) {
|
}: BkndAdminProps) {
|
||||||
const Component = (
|
const Component = (
|
||||||
<BkndProvider options={config} fallback={<Skeleton />}>
|
<BkndProvider options={config} fallback={<Skeleton theme={config?.theme} />}>
|
||||||
<AdminInternal />
|
<AdminInternal />
|
||||||
</BkndProvider>
|
</BkndProvider>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user