Update bigbluebutton-html5/imports/ui/components/common/button/styles.js

Co-authored-by: João Victor Nunes <62393923+JoVictorNunes@users.noreply.github.com>
This commit is contained in:
Ramón Souza 2022-06-07 10:06:32 -03:00 committed by GitHub
parent 8ce74903db
commit 7a005efc88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -793,7 +793,7 @@ const Button = styled(BaseButton)`
&:active{
filter: brightness(85%);
color: ${btnPrimaryColor};
background-color: ${btnPrimaryActiveBg};
background-color: ${btnPrimaryActiveBg} !important;
}
`}