Skip to content

Commit

Permalink
feat: MAke CountHeader badge rounder
Browse files Browse the repository at this point in the history
  • Loading branch information
kachnitel committed Dec 30, 2019
1 parent d86260e commit 1205ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CountHeader.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ const styles = StyleSheet.create({
countHighlight: {
fontSize: Layout.window.hp(2.5),
fontWeight: 'bold',
minWidth: Layout.window.wp(6)
minWidth: Layout.window.hp(3)
}
})

0 comments on commit 1205ba6

Please sign in to comment.