Browse Source

Improved tab font size

Arnaud Vergnet 4 years ago
parent
commit
b27c36056c
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/components/Tabbar/TabIcon.js

+ 1
- 0
src/components/Tabbar/TabIcon.js View File

@@ -100,6 +100,7 @@ class TabIcon extends React.Component<Props> {
100 100
                             color: props.color,
101 101
                             marginLeft: 'auto',
102 102
                             marginRight: 'auto',
103
+                            fontSize: 10,
103 104
                         }}
104 105
                     >
105 106
                         {props.label}

Loading…
Cancel
Save