Skip to content

Commit a3ccb0b

Browse files
committed
Fix text color :)
1 parent 2dc07bd commit a3ccb0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/views/RoomInfoEditView/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -484,6 +484,7 @@ const RoomInfoEditView = ({ navigation, route }: IRoomInfoEditViewProps) => {
484484
<Button
485485
backgroundColor={colors.buttonBackgroundSecondaryDefault}
486486
title={I18n.t('RESET')}
487+
color={colors.fontTitlesLabels}
487488
onPress={onResetPress}
488489
disabled={!isDirty}
489490
testID='room-info-edit-view-reset'

0 commit comments

Comments
 (0)