Skip to content

Commit

Permalink
style(web): adjust transparency of the overlay for application startu…
Browse files Browse the repository at this point in the history
…p logs (#1994)
  • Loading branch information
HUAHUAI23 committed Jun 3, 2024
1 parent 817ac55 commit 1fcc1f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/pages/app/mods/StatusBar/LogsModal/initLog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export default function InitLog() {
<div
id="log-viewer-cover-container"
className={clsx(
"absolute inset-0 z-[999] h-full w-full px-2 pt-0 font-mono text-base font-bold opacity-65",
"absolute inset-0 z-[999] h-full w-full px-2 pt-0 font-mono text-base font-bold opacity-70",
darkMode ? "bg-lafDark-100" : "bg-lafWhite-600",
{ "log-viewer-cover-container-hide-scrollbar": !paused },
)}
Expand Down

0 comments on commit 1fcc1f0

Please sign in to comment.