From ce67cb537f5d1af182ad19dc803e397caad1886f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marcin=20miko=C5=82ajczak?= Date: Tue, 4 Jun 2024 11:52:54 +0200 Subject: [PATCH] Fix padding for black theme MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: marcin mikołajczak --- src/features/bookmarks/index.tsx | 2 +- src/features/community-timeline/index.tsx | 2 +- src/features/hashtag-timeline/index.tsx | 2 +- src/features/home-timeline/index.tsx | 2 +- src/features/landing-timeline/index.tsx | 2 +- src/features/list-timeline/index.tsx | 2 +- src/features/public-timeline/index.tsx | 2 +- src/features/quotes/index.tsx | 2 +- src/features/remote-timeline/index.tsx | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/features/bookmarks/index.tsx b/src/features/bookmarks/index.tsx index 3e233c519..17384655a 100644 --- a/src/features/bookmarks/index.tsx +++ b/src/features/bookmarks/index.tsx @@ -108,7 +108,7 @@ const Bookmarks: React.FC = ({ params }) => { > { = ({ params }) => { )} { { {timelineEnabled ? ( { transparent={!isMobile} > { } { return ( } scrollKey={`quotes:${statusId}`} hasMore={hasMore} diff --git a/src/features/remote-timeline/index.tsx b/src/features/remote-timeline/index.tsx index 5cbba21f1..67e3cdd6d 100644 --- a/src/features/remote-timeline/index.tsx +++ b/src/features/remote-timeline/index.tsx @@ -67,7 +67,7 @@ const RemoteTimeline: React.FC = ({ params }) => { )}