From 3f78b4019faebd3bef1641a02212e1a80b6898bc Mon Sep 17 00:00:00 2001 From: Kevin Cai Date: Sun, 21 Apr 2024 12:20:39 -0700 Subject: [PATCH] WIP --- src/app/pickup/styles.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/pickup/styles.ts b/src/app/pickup/styles.ts index 3667870..3c433e1 100644 --- a/src/app/pickup/styles.ts +++ b/src/app/pickup/styles.ts @@ -26,7 +26,7 @@ export const PickupContent = styled.div` font-style: normal; font-weight: 400; line-height: normal; - padding-left: 20px; + // padding-left: 20px; `; export const PickupTimeButton = styled.button<{ $isSelected?: boolean }>`