diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-11-04 16:10:09 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-11-04 16:10:09 +0700 |
| commit | f751fa6d398a8aab96380c832da927c60c6ccbe4 (patch) | |
| tree | fd61bbfb0ed3c73c44405dd902c21a5d19994e8b /src/lib/pengajuan-tempo/component/PengajuanTempo.jsx | |
| parent | 3550c262e5eeb1b861ae100cd26ae853c7f153fe (diff) | |
<iman> update pengajuan tempo mobile view fix
Diffstat (limited to 'src/lib/pengajuan-tempo/component/PengajuanTempo.jsx')
| -rw-r--r-- | src/lib/pengajuan-tempo/component/PengajuanTempo.jsx | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/lib/pengajuan-tempo/component/PengajuanTempo.jsx b/src/lib/pengajuan-tempo/component/PengajuanTempo.jsx index 7ed208db..d0e1fcc6 100644 --- a/src/lib/pengajuan-tempo/component/PengajuanTempo.jsx +++ b/src/lib/pengajuan-tempo/component/PengajuanTempo.jsx @@ -335,7 +335,11 @@ const PengajuanTempo = () => { </Tooltip> )} {currentStep == 5 && ( - <Button colorScheme='red' w='fit' onClick={handleDaftarTempo}> + <Button + colorScheme='red' + w={`${isMobile ? 'full' : 'fit'}`} + onClick={handleDaftarTempo} + > Daftar Tempo {<ChevronRightIcon className='w-5' />} </Button> )} |
