fix(FE): change status badge kandang aktif

This commit is contained in:
randy-ar
2026-01-17 11:08:25 +07:00
parent 13abc6d7ce
commit 835ba077d8
2 changed files with 10 additions and 10 deletions
@@ -75,12 +75,12 @@ const ChickinFormKandang = ({
<div className='flex flex-row gap-2'>
<Badge
variant='soft'
color='success'
color='primary'
className={{
badge: 'rounded-lg px-2',
}}
>
<Icon icon='mdi:circle' width={12} height={12} color='success' />{' '}
<Icon icon='mdi:circle' width={12} height={12} color='primary' />{' '}
Aktif
</Badge>
<div className='divider divider-horizontal p-0 m-0'></div>