fix : tampilan
Deskripsi: - text panjang pada pengumuman - text panjang pada list banner - text align pada detail member - text panjang pada section item tanggal tugas - text panjang pada select form - text panjang pada detail event calendar divisi - keyboard avoiding pada edit event calendar divisi No Issues
This commit is contained in:
@@ -34,9 +34,9 @@ export default function SelectForm({ label, value, placeholder, onPress, info, e
|
||||
<Feather name="chevron-right" size={20} color="grey" />
|
||||
{
|
||||
value ? (
|
||||
<Text style={[Styles.cBlack]}>{value}</Text>
|
||||
<Text numberOfLines={1} ellipsizeMode='tail' style={[Styles.cBlack, Styles.w90]}>{value}</Text>
|
||||
) : (
|
||||
<Text style={[Styles.cGray]}>{placeholder}</Text>
|
||||
<Text numberOfLines={1} ellipsizeMode='tail' style={[Styles.cGray, Styles.w90]}>{placeholder}</Text>
|
||||
)
|
||||
}
|
||||
</View>
|
||||
|
||||
Reference in New Issue
Block a user