refactor(FE): Update StatusBadge color and text in ChickinForm

This commit is contained in:
rstubryan
2026-02-18 15:00:26 +07:00
parent 02165df89c
commit 2169c0ea62
@@ -77,8 +77,8 @@ const ChickinFormKandang = ({
{/* Badge Row */}
<div className='flex flex-row gap-2'>
<StatusBadge
color='primary'
text='Aktif'
color='success'
text='Active'
className={{ badge: 'w-fit text-nowrap' }}
/>
<div className='divider divider-horizontal p-0 m-0'></div>