Skip to content

Minor: Icons and text aligned on top rather than center #174

@hardcodet

Description

@hardcodet

Minor issue: If you have icons and text of the same size, they don't align nicely in the center but on the top. I ended up applying a little hack with a centering view:

const icon = (name: string) => <View style={{flex: 1, justifyContent: "center"}}><FAIcon name={name} size={16} /></View>

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions