I am using upload image file button from element ui which is shown in this link. However, I need to change color of button from blue to green same as another button which is shown in below picture.
Can you help me to edit style of the button? Kind regards
Change it to:
<el-button type="success">Click to upload</el-button>
And also look at the documentation