From fd5ed8aa4f159c8e1c0476915432e0a97a239a91 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Sat, 1 Oct 2022 19:48:06 +0530 Subject: fixed warning 'component changing controlled input to uncontrolled' while editing shipping addresses --- src/_styles.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/_styles.scss') diff --git a/src/_styles.scss b/src/_styles.scss index 3faed12..064b9c6 100644 --- a/src/_styles.scss +++ b/src/_styles.scss @@ -33,7 +33,7 @@ backdrop-filter: blur(2px); .floating-window { width: 90%; - max-width: 1000px; + max-width: 1200px; z-index: 6; } } -- cgit v1.2.3