feat(polls/native): changed remove option button color to match web

This commit is contained in:
Calin-Teodor 2023-01-30 11:39:51 +02:00 committed by Calinteodor
parent 4f34a576d0
commit 992bf47850
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ export const dialogStyles = createStyleSheet({
}, },
optionRemoveButtonText: { optionRemoveButtonText: {
color: BaseTheme.palette.actionDangerActive color: BaseTheme.palette.link01
}, },
field: { field: {