menu: on click on prduct open details as BS, also add redirect button to detials page if user click on redirect button
This commit is contained in:
@@ -253,6 +253,8 @@ export function ProBottomSheet({
|
||||
border: `1px solid ${themeName === "dark" ? "#424242" : "transparent"}`,
|
||||
transition: "all 0.3s ease",
|
||||
cursor: "pointer",
|
||||
width: 30,
|
||||
height: 30,
|
||||
};
|
||||
|
||||
const titleStyle: React.CSSProperties = {
|
||||
|
||||
Reference in New Issue
Block a user