style : update style
This commit is contained in:
@@ -3,6 +3,6 @@ export interface IGlobalTema {
|
||||
bgUtama: string
|
||||
bgIcon: string
|
||||
bgFiturHome: string
|
||||
bgFiturDivisi: string
|
||||
bgFiturDivision: string
|
||||
bgTotalKegiatan: string
|
||||
}
|
||||
@@ -17,6 +17,6 @@ export const TEMA = hookstate<IGlobalTema>({
|
||||
bgUtama: "#F4F9FD",
|
||||
bgIcon: "#384288",
|
||||
bgFiturHome: "#FCAA4B",
|
||||
bgFiturDivisi: "#FCAA4B",
|
||||
bgFiturDivision: "#FCAA4B",
|
||||
bgTotalKegiatan: "#DCEED8"
|
||||
})
|
||||
Reference in New Issue
Block a user