feat(polls/native): added thumbColor for android

This commit is contained in:
Calin-Teodor 2022-08-24 13:14:10 +03:00 committed by Calinteodor
parent 594f9dfcdd
commit cd4ab8a5f1
1 changed files with 1 additions and 0 deletions

View File

@ -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>