From 65bc5fb06985f0b6977ccd2f91b8937206ae660f Mon Sep 17 00:00:00 2001 From: mkzie2 Date: Fri, 29 Nov 2024 09:39:36 +0700 Subject: [PATCH 1/2] add top padding to lhn wrapper --- src/styles/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/index.ts b/src/styles/index.ts index 3508cbacdcff..0ec6c513d25e 100644 --- a/src/styles/index.ts +++ b/src/styles/index.ts @@ -1668,6 +1668,7 @@ const styles = (theme: ThemeColors) => }, sidebarListContainer: { + paddingTop: 12, paddingBottom: 4, }, From 293787491918dc0ad112472e73fad493c9eccd94 Mon Sep 17 00:00:00 2001 From: mkzie2 Date: Fri, 6 Dec 2024 16:26:17 +0700 Subject: [PATCH 2/2] resue spacing style --- src/styles/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/index.ts b/src/styles/index.ts index 3f9fa0a02806..26c11ab79b6d 100644 --- a/src/styles/index.ts +++ b/src/styles/index.ts @@ -1668,7 +1668,7 @@ const styles = (theme: ThemeColors) => }, sidebarListContainer: { - paddingTop: 12, + ...spacing.pt3, paddingBottom: 4, },