Changed colors for outlined button#1873
Conversation
|
A curious wrinkle to this, is that in the interactive demo at the top of the Button definition page, the outline is not grey. But it appears to be the only instance of it, everywhere else I can find it's grey. |
I can not find it. Can you post a screenshot? |
|
My guess is that the outline previously used the primary color, and they forgot to update the interactive demo when they changed it to grey. |
|
Oh, I have overlooked this. Hm, but I would agree to say that they changed that. MDIX also uses primary color so may be that is the reason. Personally I find the grey border better, but that can decide should decide the reviewers. |
|
Yea I agree, I think the gray outline is the intended color from the spec with their demo simply being out of date. |
|
@greuelpirat I believe there is another (cosmetic) issue with this button which is visible when changing from mouseover state to pressed state. When the button is pressed the existing background color disappears completely before the ripple appears. This doesn't seem to happen with any of the other button styles. |

Changed outlined button to match https://material.io/components/buttons#outlined-button:
I also removed a redundant property.
Resolves #1863