mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 15:06:02 +01:00
feat(nui): Initial NUI files
This commit is contained in:
8
web/src/theme/index.ts
Normal file
8
web/src/theme/index.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { extendTheme, type ThemeConfig } from "@chakra-ui/react";
|
||||
|
||||
const config: ThemeConfig = {
|
||||
initialColorMode: 'dark',
|
||||
useSystemColorMode: false
|
||||
}
|
||||
|
||||
export const theme = extendTheme({config})
|
||||
Reference in New Issue
Block a user