style : update style

Deskripsi:
- update style home
- update validasi jabatan

No Issue
This commit is contained in:
lukman
2024-09-30 10:47:49 +08:00
parent 01c4c6df7f
commit c67b1b8a37
7 changed files with 65 additions and 39 deletions

View File

@@ -8,7 +8,7 @@ export default function LayoutDrawer({ opened, onClose, title, children, size }:
const tema = useHookstate(TEMA)
return (
<Box>
<Drawer opened={opened} title={<Text c={tema.get().utama} fw={'bold'}>{title}</Text>} onClose={onClose} position={"bottom"} size={(size == 'lg') ? '80%' : '40%'}
<Drawer opened={opened} title={<Text c={tema.get().utama} fw={'bold'}>{title}</Text>} onClose={onClose} position={"bottom"} size={(size == 'lg') ? '80%' : '40%' }
styles={{
content: {
backgroundColor: "white",