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

Commit b6eec35

Browse files
adamsytheadamkatz
and
adamkatz
authored
fix: moved color to last prop (#1105)
Co-authored-by: adamkatz <adam.katz@proversity.org>
1 parent 2b67ee3 commit b6eec35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TabBarItem.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,8 @@ export default class TabBarItem<T extends Route> extends React.Component<
159159
style={[
160160
styles.label,
161161
icon ? { marginTop: 0 } : null,
162-
{ color },
163162
labelStyle,
163+
{ color },
164164
]}
165165
>
166166
{labelText}

0 commit comments

Comments
 (0)