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