i changed color of sprite still not changed

i changed color of sprite still not changed
script
using System.Collections;
using System.Collections.Generic;
using UnityEngine;

public class colorr : MonoBehaviour {
108341-capture.png
void Start () {
GetComponent ().material.color = Color.blue;
}
}

You will need to set Read/Write enabled in advanced Import settings.

WHERE IS ADVAMCED SETTING @dev-waqas

Never set the Material.Color directly, set the color of the Image component instead