🎨 styles: border viewed product in product detail

:%s
This commit is contained in:
lytrankieio123
2021-09-13 15:27:19 +07:00
parent 0369e1dd25
commit 022c905d82
4 changed files with 13 additions and 5 deletions

View File

@@ -8,6 +8,7 @@ const ViewedProducts = () => {
title="viewed Products"
subtitle="Last call! Shop deep deals on 100+ bulk picks while you can."
data={PRODUCT_DATA_TEST}
hasBorderBottomMobile={true}
/>
);
};