style : update components

Deskripsi:
- update create project
- update detail project
- update file upload
- update progres

No issue
This commit is contained in:
lukman
2024-07-10 11:35:57 +08:00
parent 705bab3d4d
commit a80f666569
8 changed files with 685 additions and 220 deletions

View File

@@ -69,7 +69,7 @@ export default function CreateProject({ searchParams }: { searchParams: any }) {
(searchParams.button == 'yes') &&
<>
<Box mt="xl">
<Button color="white" bg={WARNA.biruTua} size="lg" radius={30} fullWidth onClick={() => router.push('/project/create')}>
<Button color="white" bg={WARNA.biruTua} size="lg" radius={30} fullWidth onClick={() => router.push('/project')}>
Simpan
</Button>
</Box>