mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-24 15:25:46 +00:00
refactor(FE): Update StatusBadge color and text in ChickinForm
This commit is contained in:
@@ -77,8 +77,8 @@ const ChickinFormKandang = ({
|
|||||||
{/* Badge Row */}
|
{/* Badge Row */}
|
||||||
<div className='flex flex-row gap-2'>
|
<div className='flex flex-row gap-2'>
|
||||||
<StatusBadge
|
<StatusBadge
|
||||||
color='primary'
|
color='success'
|
||||||
text='Aktif'
|
text='Active'
|
||||||
className={{ badge: 'w-fit text-nowrap' }}
|
className={{ badge: 'w-fit text-nowrap' }}
|
||||||
/>
|
/>
|
||||||
<div className='divider divider-horizontal p-0 m-0'></div>
|
<div className='divider divider-horizontal p-0 m-0'></div>
|
||||||
|
|||||||
Reference in New Issue
Block a user