feat(polls/native): changed remove option button color to match web
This commit is contained in:
parent
4f34a576d0
commit
992bf47850
|
@ -35,7 +35,7 @@ export const dialogStyles = createStyleSheet({
|
|||
},
|
||||
|
||||
optionRemoveButtonText: {
|
||||
color: BaseTheme.palette.actionDangerActive
|
||||
color: BaseTheme.palette.link01
|
||||
},
|
||||
|
||||
field: {
|
||||
|
|
Loading…
Reference in New Issue