cart & checkout: UI enhacnements
This commit is contained in:
@@ -86,7 +86,7 @@ export const PhoneInputWrapper = ({
|
||||
const inputStyle = useMemo(
|
||||
() => ({
|
||||
borderRadius: 1000,
|
||||
height: 50,
|
||||
height: 48,
|
||||
width: "100%",
|
||||
color: themeName === "light" ? "#000" : "#FFF",
|
||||
backgroundColor: themeName === "light" ? "#FFF" : ProBlack1,
|
||||
|
||||
Reference in New Issue
Block a user