menu: enhancements
This commit is contained in:
@@ -7,7 +7,7 @@ export const colors = {
|
|||||||
darkSpace: "linear-gradient(to right, #0F0525, #2A0B45)",
|
darkSpace: "linear-gradient(to right, #0F0525, #2A0B45)",
|
||||||
};
|
};
|
||||||
|
|
||||||
export const ProGray1 = "#8a8a8a";
|
export const ProGray1 = "#434E5C";
|
||||||
export const ProGreen = "#03B100";
|
export const ProGreen = "#03B100";
|
||||||
export const ProGreen2 = "#52c41a";
|
export const ProGreen2 = "#52c41a";
|
||||||
export const ProDraft = "#f36c00";
|
export const ProDraft = "#f36c00";
|
||||||
|
|||||||
@@ -250,6 +250,7 @@ export function AddToCartButton({ item }: { item: Product }) {
|
|||||||
className={styles.addButton}
|
className={styles.addButton}
|
||||||
style={{
|
style={{
|
||||||
color: "#302E3E",
|
color: "#302E3E",
|
||||||
|
backgroundColor: "white",
|
||||||
width: 28,
|
width: 28,
|
||||||
height: 28,
|
height: 28,
|
||||||
position: "absolute",
|
position: "absolute",
|
||||||
|
|||||||
@@ -23,6 +23,7 @@ export default function BackButton({ navigateBack = true }: BackButtonProps) {
|
|||||||
justifyContent: "center",
|
justifyContent: "center",
|
||||||
padding: 0,
|
padding: 0,
|
||||||
borderRadius: "50%",
|
borderRadius: "50%",
|
||||||
|
border: "none",
|
||||||
}}
|
}}
|
||||||
icon={
|
icon={
|
||||||
<div
|
<div
|
||||||
|
|||||||
@@ -510,6 +510,7 @@
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.contentWrapper {
|
.contentWrapper {
|
||||||
|
|||||||
Reference in New Issue
Block a user