mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-19 22:06:04 +00:00
fix bknd theme
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
import { useBknd } from "ui/client/bknd";
|
||||
import { useTheme } from "ui/client/use-theme";
|
||||
|
||||
export function useBkndSystem() {
|
||||
const { config, schema, actions: bkndActions } = useBknd();
|
||||
const theme = config.server.admin.color_scheme ?? "light";
|
||||
const { theme } = useTheme();
|
||||
|
||||
const actions = {
|
||||
theme: {
|
||||
|
||||
Reference in New Issue
Block a user