In v5.x, Instead of color, you have to use buttonColor and textColor.
<Button mode = 'text' buttonColor={'#000'} textColor={'#fff'} className="mt-7" onPress={(id) => UpdateTripEvent(id)}> {'Confirm'} </Button>