[offers][fix] fix offer table border for action column

pull/465/head
Zhang Ziqing 3 years ago
parent 313edfaa5e
commit 9c292cee99

@ -27,7 +27,7 @@ export default function OfferTableRow({
<td className="py-4 px-6">{formatDate(monthYearReceived)}</td> <td className="py-4 px-6">{formatDate(monthYearReceived)}</td>
<td <td
className={clsx( className={clsx(
'sticky right-0 bg-white py-4 px-6 drop-shadow md:drop-shadow-none', 'sticky right-0 py-4 px-6 drop-shadow md:drop-shadow-none',
)}> )}>
<Link <Link
className="text-primary-600 dark:text-primary-500 font-medium hover:underline" className="text-primary-600 dark:text-primary-500 font-medium hover:underline"

Loading…
Cancel
Save