File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
app/containers/MessageComposer Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -220,7 +220,7 @@ exports[`MessageComposer Audio tap record 1`] = `
220220 style = {
221221 [
222222 {
223- " color" : " #FFFFFF " ,
223+ " color" : " #2F343D " ,
224224 " fontSize" : 24 ,
225225 },
226226 [
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ export const ReviewButton = ({ onPress }: { onPress: Function }): ReactElement =
2222 onPress = { ( ) => onPress ( ) }
2323 hitSlop = { hitSlop } >
2424 < View accessible accessibilityLabel = { i18n . t ( 'Review_message' ) } accessibilityRole = 'button' >
25- < CustomIcon name = { 'arrow-right' } size = { 24 } color = { colors . fontWhite } />
25+ < CustomIcon name = { 'arrow-right' } size = { 24 } color = { colors . fontDefault } />
2626 </ View >
2727 </ BorderlessButton >
2828 ) ;
You can’t perform that action at this time.
0 commit comments