Quick View Button Color

Can anyone advise how to change the color of the text in the quick view button...thanks

Just change the Secondary button color in the Theme editor:

http://prntscr.com/brdxum

Thanks ecoms, but as mentioned its the text color not the background color...and more specifically on hover

Please add the following code to the CSS section of the Theme editor:

.ty-btn__secondary:hover {
    color: red;
}