Skip to content

Commit

Permalink
Merge pull request #381 from SquareTable/380-poll-creation-page-submi…
Browse files Browse the repository at this point in the history
…t-button-has-a-different-colour-to-theme

Poll creation page now has consistent submit button color
  • Loading branch information
Sebastian-Webster authored Feb 2, 2024
2 parents 0346c7b + 18cc721 commit c37b953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion screens/PostScreens/PollUploadPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,7 @@ const PollUploadPage = ({navigation}) => {
</TouchableOpacity>
</View>
<MsgBox type={messageType}>{message}</MsgBox>
{!isSubmitting && (<StyledButton style={{backgroundColor: colors.brand}} onPress={handleSubmit}>
{!isSubmitting && (<StyledButton onPress={handleSubmit}>
<ButtonText> Submit </ButtonText>
</StyledButton>)}

Expand Down

0 comments on commit c37b953

Please sign in to comment.