style : update module

Deskripsi:
- update global
- update project

No issue
This commit is contained in:
lukman
2024-07-10 11:36:39 +08:00
parent a80f666569
commit 38baa0d8ae
5 changed files with 27 additions and 18 deletions

View File

@@ -19,7 +19,7 @@ export const LayoutNavbarNew = ({ back, title, menu }: { back: string, title: st
<Grid.Col span="auto">
<LayoutIconBack back={back} />
</Grid.Col>
<Grid.Col span={6}>
<Grid.Col span={8}>
{/* <Text ta={'center'} fw={'bold'} c={'white'}>GROUP</Text> */}
<Title c={WARNA.bgWhite} ta={'center'} order={3}>{_.startCase(title)}</Title>
</Grid.Col>