Skip to content
This repository has been archived by the owner on Nov 27, 2022. It is now read-only.

Commit

Permalink
fix: moved color to last prop (#1105)
Browse files Browse the repository at this point in the history
Co-authored-by: adamkatz <adam.katz@proversity.org>
  • Loading branch information
adamsythe and adamkatz committed Mar 6, 2021
1 parent 2b67ee3 commit b6eec35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TabBarItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ export default class TabBarItem<T extends Route> extends React.Component<
style={[
styles.label,
icon ? { marginTop: 0 } : null,
{ color },
labelStyle,
{ color },
]}
>
{labelText}
Expand Down

0 comments on commit b6eec35

Please sign in to comment.