working on gift flow
This commit is contained in:
@@ -218,7 +218,7 @@ export function ProBottomSheet({
|
||||
const contentStyle: React.CSSProperties = {
|
||||
flex: 1,
|
||||
overflow: "auto",
|
||||
padding: "20px",
|
||||
padding: "0 20px",
|
||||
backgroundColor: themeName === "dark" ? "#0a0a0a" : "#ffffff",
|
||||
color: themeName === "dark" ? "#ffffff" : "#000000",
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user