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: {
|
optionRemoveButtonText: {
|
||||||
color: BaseTheme.palette.actionDangerActive
|
color: BaseTheme.palette.link01
|
||||||
},
|
},
|
||||||
|
|
||||||
field: {
|
field: {
|
||||||
|
|
Loading…
Reference in New Issue