offer interest page update

This commit was merged in pull request #750.
This commit is contained in:
victorAnumudu
2024-07-10 18:42:33 +01:00
parent 6a37da92f0
commit f3b8190418
3 changed files with 73 additions and 11 deletions
@@ -100,9 +100,21 @@ export default function OffersInterestTable({offerInterestList, className}) {
});
}}
type="button"
className="w-20 h-11 flex justify-center items-center btn-gradient text-base rounded-full text-white"
className='w-12 h-11 flex justify-center items-center btn-gradient text-base rounded-full text-white'
>
View
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 11 20"
id="Arrow"
className="w-[0.7rem]"
>
<path
fillRule="evenodd"
d="M.366 19.708c.405.39 1.06.39 1.464 0l8.563-8.264a1.95 1.95 0 0 0 0-2.827L1.768.292A1.063 1.063 0 0 0 .314.282a.976.976 0 0 0-.011 1.425l7.894 7.617a.975.975 0 0 1 0 1.414L.366 18.295a.974.974 0 0 0 0 1.413"
// fill=""
className="color000000 svgShape fill-[#fff]"
></path>
</svg>
</button>
</td>
</tr>