Style cleaning and initial text size audit (#618)
* Style cleaning and initial text size audit * Put file back
This commit is contained in:
parent
841ad692d3
commit
824a2313b1
9 changed files with 22 additions and 19 deletions
|
@ -339,7 +339,9 @@ const DropdownItems = ({
|
|||
color={pal.text.color as string}
|
||||
/>
|
||||
)}
|
||||
<Text style={[styles.label, pal.text]}>{item.label}</Text>
|
||||
<Text style={[styles.label, pal.text]} numberOfLines={1}>
|
||||
{item.label}
|
||||
</Text>
|
||||
</TouchableOpacity>
|
||||
)
|
||||
} else if (isSep(item)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue