More design updates

This commit is contained in:
okbel
2021-06-01 09:46:48 -03:00
parent 85d00ca305
commit 68e0bfc735
3 changed files with 3 additions and 3 deletions

View File

@@ -126,7 +126,7 @@ const CartSidebarView: FC = () => {
<span className="font-bold tracking-wide">FREE</span>
</li>
</ul>
<div className="flex justify-between border-t border-accent-3 py-3 font-bold mb-2">
<div className="flex justify-between border-t border-accent-2 py-3 font-bold mb-2">
<span>Total</span>
<span>{total}</span>
</div>