style : update style

Deskripsi:
- update api division
- update layout
- update global
- update auth
- update division
- update home
- update task

No Issue
This commit is contained in:
lukman
2024-09-09 16:35:20 +08:00
parent f18f41292f
commit c6afef08fe
15 changed files with 354 additions and 143 deletions

View File

@@ -25,22 +25,22 @@ export default function TabProject() {
const dataStatus = [
{
id: "0",
title: "Semua",
title: "Segera",
icon: <RiProgress3Line style={iconStyle} />
},
{
id: "1",
title: "Segera",
title: "Dikerjakan",
icon: <TbClockPause style={iconStyle} />
},
{
id: "2",
title: "Dikerjakan",
title: "Selesai",
icon: <IoIosCheckmarkCircleOutline style={iconStyle} />
},
{
id: "3",
title: "Selesai",
title: "Batal",
icon: <IoCloseCircleOutline style={iconStyle} />
}
]