refactor(FE): Reduce info icon size to 15

This commit is contained in:
rstubryan
2026-01-30 13:49:47 +07:00
parent 2a12bc4ba4
commit ae0d03ddc0
@@ -611,8 +611,8 @@ const UniformityForm = ({
>
<Icon
icon='heroicons:information-circle'
width={20}
height={20}
width={15}
height={15}
className='text-gray-400 hover:text-gray-600'
/>
</Tooltip>