style : update style

This commit is contained in:
lukman
2024-09-17 17:49:20 +08:00
parent 4e4160ed83
commit 048b2632a9
27 changed files with 357 additions and 284 deletions

View File

@@ -3,6 +3,6 @@ export interface IGlobalTema {
bgUtama: string
bgIcon: string
bgFiturHome: string
bgFiturDivisi: string
bgFiturDivision: string
bgTotalKegiatan: string
}

View File

@@ -17,6 +17,6 @@ export const TEMA = hookstate<IGlobalTema>({
bgUtama: "#F4F9FD",
bgIcon: "#384288",
bgFiturHome: "#FCAA4B",
bgFiturDivisi: "#FCAA4B",
bgFiturDivision: "#FCAA4B",
bgTotalKegiatan: "#DCEED8"
})