View Sample Fixed

temp
Pedram Keshavarzi 3 years ago
parent 77021f359a
commit 6eff5ac147
  1. 4
      src/views/Product/Desktop/ProductOverAll/index.js

@ -95,13 +95,13 @@ export const ProductOverAll = ({
title="مشاهده نمونه"
backgroundColor={isDark ? "bg-transparent" : "bg-white"}
border={{
color: isDark ? "#ffffff55" : "#C01919",
color: isDark ? "#ffffff55" : "rgba(192,57,25,0.24)",
width: "1px",
}}
width="24%"
radius={false}
twPaddings="py-4 px-6"
color={isDark ? "text-white" : "text-red19"}
color={isDark ? "text-white" : "font-bold text-red19"}
onClick={() => {}}
/>
</div>

Loading…
Cancel
Save