mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-03 16:46:00 +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