feat(polls): added marginTop

This commit is contained in:
Calin-Teodor 2023-01-12 14:49:26 +02:00 committed by Calinteodor
parent 246a2d6bbf
commit 14c24a8851
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ export const dialogStyles = createStyleSheet({
},
optionRemoveButton: {
marginTop: BaseTheme.spacing[2],
width: 128
},