Merge pull request #253 from bipproduction/lukman/25-september-2024

style : update revisi style
This commit is contained in:
Amalia
2024-09-25 10:04:45 +08:00
committed by GitHub
7 changed files with 98 additions and 71 deletions

View File

@@ -191,15 +191,7 @@ export default function ListProject() {
{v.title}
</Text>
</Box>
</Box>
<RiCircleFill size={12} color={
v.status === 0 ? '#1372C4' :
v.status === 1 ? '#C5771A' :
v.status === 2 ? '#0B6025' :
v.status === 3 ? '#BB1F1F' :
""
} />
</Group>
</Grid.Col>
</Grid>