Decrease brightness of launch buttons when they are inactive (#964)

Co-authored-by: Natália Demčáková <natalia.demcakova@student.tuke.sk>
This commit is contained in:
natalson 2021-10-11 05:02:44 +02:00 committed by GitHub
parent a1a4637eb5
commit 2dd7e9f515
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -309,7 +309,7 @@ class HomePage extends React.Component {
style={{
filter:
app?.current_version_id == null
? 'brightness(0.8)'
? 'brightness(0.3)'
: 'brightness(1) invert(1)',
}}
>