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:
@@ -1,14 +1,17 @@
|
||||
import { useHookstate } from '@hookstate/core';
|
||||
import { ActionIcon, Box, Group, Skeleton } from '@mantine/core';
|
||||
import React from 'react';
|
||||
import { TEMA } from '../bin/val_global';
|
||||
|
||||
export default function SkeletonDetailProfile() {
|
||||
const tema = useHookstate(TEMA)
|
||||
return (
|
||||
<Box p={20}>
|
||||
<Group justify="space-between" grow py={5}>
|
||||
<Group>
|
||||
<ActionIcon
|
||||
variant="light"
|
||||
bg={"#DCEED8"}
|
||||
bg={tema.get().bgTotalKegiatan}
|
||||
size={28}
|
||||
radius={100}
|
||||
aria-label="icon"
|
||||
@@ -27,7 +30,7 @@ export default function SkeletonDetailProfile() {
|
||||
<Group>
|
||||
<ActionIcon
|
||||
variant="light"
|
||||
bg={"#DCEED8"}
|
||||
bg={tema.get().bgTotalKegiatan}
|
||||
size={28}
|
||||
radius={100}
|
||||
aria-label="icon"
|
||||
@@ -46,7 +49,7 @@ export default function SkeletonDetailProfile() {
|
||||
<Group>
|
||||
<ActionIcon
|
||||
variant="light"
|
||||
bg={"#DCEED8"}
|
||||
bg={tema.get().bgTotalKegiatan}
|
||||
size={28}
|
||||
radius={100}
|
||||
aria-label="icon"
|
||||
@@ -65,7 +68,7 @@ export default function SkeletonDetailProfile() {
|
||||
<Group>
|
||||
<ActionIcon
|
||||
variant="light"
|
||||
bg={"#DCEED8"}
|
||||
bg={tema.get().bgTotalKegiatan}
|
||||
size={28}
|
||||
radius={100}
|
||||
aria-label="icon"
|
||||
|
||||
Reference in New Issue
Block a user