fix(workflow): indicate that disabled publish button is not clickable (#5698)

This commit is contained in:
stefanprobst 2021-08-10 10:47:55 +02:00 committed by GitHub
parent 29eb29fc9b
commit e2842d85dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -82,8 +82,7 @@ const PublishButton = styled.button`
margin-left: 6px; margin-left: 6px;
&[disabled] { &[disabled] {
background-color: ${colorsRaw.grayLight}; ${buttons.disabled};
color: ${colorsRaw.gray};
} }
`; `;