style : update tema
Deskripsi: - update global - update announcement - update update color palette - update group - update home - update position - update project - update member No Issue
This commit is contained in:
8
src/module/_global/bin/type_global.ts
Normal file
8
src/module/_global/bin/type_global.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export interface IGlobalTema {
|
||||
utama: string
|
||||
bgUtama: string
|
||||
bgIcon: string
|
||||
bgFiturHome: string
|
||||
bgFiturDivisi: string
|
||||
bgTotalKegiatan: string
|
||||
}
|
||||
@@ -1,4 +1,5 @@
|
||||
import { hookstate } from "@hookstate/core"
|
||||
import { IGlobalTema } from './type_global';
|
||||
|
||||
export const pwd_key_config = "fchgvjknlmdfnbvghhujlaknsdvjbhknlkmsdbdyu567t8y9u30r4587638y9uipkoeghjvuyi89ipkoefmnrjbhtiu4or9ipkoemnjfbhjiuoijdklnjhbviufojkejnshbiuojijknehgruyu"
|
||||
export const globalRole = hookstate<string>('')
|
||||
@@ -9,4 +10,13 @@ export const DIR = {
|
||||
village: "cm0xhb91o0007acbbkx8rk8hj",
|
||||
user: "cm0x8dbwn0005bp5tgmfcthzw",
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
export const TEMA = hookstate<IGlobalTema>({
|
||||
utama: "#19345E",
|
||||
bgUtama: "#F4F9FD",
|
||||
bgIcon: "#384288",
|
||||
bgFiturHome: "#FCAA4B",
|
||||
bgFiturDivisi: "#FCAA4B",
|
||||
bgTotalKegiatan: "#DCEED8"
|
||||
})
|
||||
Reference in New Issue
Block a user