mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
refactor(FE-316): Add cursor to buttons and enlarge close icon
This commit is contained in:
@@ -153,7 +153,7 @@ const UniformityDetail: React.FC<UniformityDetailProps> = ({
|
|||||||
<span>{valueMap[id]}</span>
|
<span>{valueMap[id]}</span>
|
||||||
<Tooltip content='Lihat Detail'>
|
<Tooltip content='Lihat Detail'>
|
||||||
<button
|
<button
|
||||||
className='p-1 hover:bg-gray-100 rounded'
|
className='p-1 hover:bg-gray-100 rounded cursor-pointer'
|
||||||
onClick={handleViewUniformityDetails}
|
onClick={handleViewUniformityDetails}
|
||||||
>
|
>
|
||||||
<Icon icon='mdi:eye-outline' width={18} height={18} />
|
<Icon icon='mdi:eye-outline' width={18} height={18} />
|
||||||
|
|||||||
@@ -197,10 +197,10 @@ const UniformityDetailsPreview = ({
|
|||||||
showDivider={false}
|
showDivider={false}
|
||||||
>
|
>
|
||||||
<button
|
<button
|
||||||
className='p-0 text-error hover:bg-transparent'
|
className='p-0 text-error hover:bg-transparent hover:text-error/50 cursor-pointer'
|
||||||
onClick={handleClose}
|
onClick={handleClose}
|
||||||
>
|
>
|
||||||
<Icon icon='mdi:close' width={20} height={20} />
|
<Icon icon='mdi:close' width={24} height={24} />
|
||||||
</button>
|
</button>
|
||||||
</DrawerHeader>
|
</DrawerHeader>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user