From bfd12f65037d91a9368096f8fe5fc38207bf1bee Mon Sep 17 00:00:00 2001 From: "S. Jansen" Date: Fri, 11 Feb 2022 10:24:29 +0200 Subject: [PATCH] style(songlist): Moved badge 1px up --- source/App.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/App.tsx b/source/App.tsx index 0366644d..76a4b525 100644 --- a/source/App.tsx +++ b/source/App.tsx @@ -226,7 +226,7 @@ const createStyles = ({ colors }: ThemeContextProps) => StyleSheet.create({ fontSize: 12, height: 18, minWidth: 18, - backgroundColor: colors.primary + backgroundColor: colors.primary, + lineHeight: 17 } }); -;