feat(polls/native): added thumbColor for android
This commit is contained in:
parent
594f9dfcdd
commit
cd4ab8a5f1
|
@ -46,6 +46,7 @@ const PollAnswer = (props: AbstractProps) => {
|
|||
checked = { checkBoxStates[index] }
|
||||
/* eslint-disable-next-line react/jsx-no-bind */
|
||||
onChange = { state => setCheckbox(index, state) }
|
||||
thumbColor = { BaseTheme.palette.icon01 }
|
||||
trackColor = {{ true: BaseTheme.palette.action01 }} />
|
||||
<Text style = { chatStyles.switchLabel }>{answer.name}</Text>
|
||||
</View>
|
||||
|
|
Loading…
Reference in New Issue