Skip to content

Commit

Permalink
style(songlist): Moved badge 1px up
Browse files Browse the repository at this point in the history
  • Loading branch information
sampie777 committed Feb 11, 2022
1 parent afdce9e commit bfd12f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ const createStyles = ({ colors }: ThemeContextProps) => StyleSheet.create({
fontSize: 12,
height: 18,
minWidth: 18,
backgroundColor: colors.primary
backgroundColor: colors.primary,
lineHeight: 17
}
});
;

0 comments on commit bfd12f6

Please sign in to comment.