upd: navbar
Deskripsi: - update ukuran text title navbar No Issues
This commit is contained in:
@@ -20,7 +20,7 @@ export const LayoutNavbarNew = ({ back, title, menu }: { back: string, title: st
|
||||
<LayoutIconBack back={back} />
|
||||
</Grid.Col>
|
||||
<Grid.Col span={8}>
|
||||
<Title c={WARNA.bgWhite} ta={'center'} order={3}>{_.startCase(title)}</Title>
|
||||
<Title c={WARNA.bgWhite} ta={'center'} order={5}>{_.startCase(title)}</Title>
|
||||
</Grid.Col>
|
||||
<Grid.Col span="auto">
|
||||
<Group justify='flex-end'>
|
||||
|
||||
@@ -8,8 +8,8 @@ import DrawerDetailDivision from "./drawer_detail_division";
|
||||
export default function NavbarDetailDivision() {
|
||||
const [openDrawer, setOpenDrawer] = useState(false)
|
||||
return (
|
||||
<Box>
|
||||
<LayoutNavbarNew back="" title={"Divisi kerohanian"} menu={
|
||||
<>
|
||||
<LayoutNavbarNew back="" title={"Divisi kemasyarakatan"} menu={
|
||||
<ActionIcon variant="light" onClick={() => (setOpenDrawer(true))} bg={WARNA.bgIcon} size="lg" radius="lg" aria-label="Settings">
|
||||
<HiMenu size={20} color='white' />
|
||||
</ActionIcon>
|
||||
@@ -17,7 +17,7 @@ export default function NavbarDetailDivision() {
|
||||
<LayoutDrawer opened={openDrawer} title={'Menu'} onClose={() => setOpenDrawer(false)}>
|
||||
<DrawerDetailDivision />
|
||||
</LayoutDrawer>
|
||||
</Box>
|
||||
</>
|
||||
|
||||
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user