Skip to content

Commit 00ba008

Browse files
committed
Opacity reduces when an app is running
1 parent 9776489 commit 00ba008

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ async function updateAppStatus(appName) {
161161
cardElement.classList.remove('cursor-not-allowed');
162162
cardElement.classList.add('cursor-pointer');
163163
cardElement.classList.add('hover:shadow-lg');
164-
cardElement.classList.remove('opacity-80');
164+
cardElement.classList.remove('opacity-60');
165165
}
166166
}
167167
} catch (error) {

0 commit comments

Comments
 (0)