mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 01:18:23 +00:00
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:
parent
a1a4637eb5
commit
2dd7e9f515
1 changed files with 1 additions and 1 deletions
|
|
@ -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)',
|
||||
}}
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in a new issue