Resizing sprites along with dimensions

so I got this circle sprite and a circle collider attached to it. However when i resize the sprite (and circle collider along with it) the radius in the inspector keeps the same. So how can I adjust the radius along with the new size of the sprite?

The radius is in local coordinates. To get the world size, multiple the sprite radius by the maximum of the localScale.x and localScale.y.