refactor(FE): Reduce info icon size to 15

This commit is contained in:
rstubryan
2026-01-30 13:50:21 +07:00
parent ae0d03ddc0
commit 64bd57cad4
@@ -598,8 +598,8 @@ const UniformityForm = ({
> >
<Icon <Icon
icon='heroicons-solid:trash' icon='heroicons-solid:trash'
width={20} width={15}
height={20} height={15}
className='text-gray-400 hover:text-gray-600' className='text-gray-400 hover:text-gray-600'
/> />
</button> </button>