style : update style

Deskripsi:
- update group
- update home
- update position
- update user profile

No Issue
This commit is contained in:
lukman
2024-09-05 11:14:56 +08:00
parent 36bbe99a5a
commit 7b54be072c
9 changed files with 148 additions and 116 deletions

View File

@@ -80,7 +80,7 @@ export default function Profile() {
<Skeleton height={62} mt={10} width={"40%"} />
:
<>
<Text c={'white'} fw={'bold'} fz={25}>{isData?.name}</Text>
<Text c={'white'} fw={'bold'} fz={25} ta={"center"}>{isData?.name}</Text>
<Text c={'white'} fw={'lighter'} fz={15}>{isData?.group} - {isData?.position}</Text>
</>
}