From b6eec35a741490b492e26f64b46a61aeab13e379 Mon Sep 17 00:00:00 2001 From: adamsythe Date: Sun, 7 Mar 2021 00:55:51 +0200 Subject: [PATCH] fix: moved color to last prop (#1105) Co-authored-by: adamkatz --- src/TabBarItem.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TabBarItem.tsx b/src/TabBarItem.tsx index e437d596..d8019da1 100644 --- a/src/TabBarItem.tsx +++ b/src/TabBarItem.tsx @@ -159,8 +159,8 @@ export default class TabBarItem extends React.Component< style={[ styles.label, icon ? { marginTop: 0 } : null, - { color }, labelStyle, + { color }, ]} > {labelText}