fix: perbaiki warna ikon tombol send agar terlihat pada tema dark
This commit is contained in:
@@ -177,8 +177,8 @@ export default function DiscussionCommentInput({
|
||||
}}
|
||||
>
|
||||
{loading
|
||||
? <ActivityIndicator size={18} color={sendDisabled ? colors.dimmed : '#fff'} />
|
||||
: <Ionicons name="send" size={18} color={sendDisabled ? colors.dimmed : '#fff'} />
|
||||
? <ActivityIndicator size={18} color={sendDisabled ? colors.dimmed : colors.background} />
|
||||
: <Ionicons name="send" size={18} color={sendDisabled ? colors.dimmed : colors.background} />
|
||||
}
|
||||
</Pressable>
|
||||
</View>
|
||||
|
||||
Reference in New Issue
Block a user