Skip to content

Commit

Permalink
Update UiManager.js
Browse files Browse the repository at this point in the history
  • Loading branch information
code-neves authored Jan 6, 2024
1 parent dbbeb6f commit ad1b6bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/ui/UiManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export function updateBackgroundColor(mode) {
switch (mode) {
case PomodoroMode.Focus:
document.body.classList.add('focus-mode');
main.style.backgroundImage = 'url(../assets/bg-overlay.png)';
main.style.backgroundImage = 'url(../../assets/bg-overlay.png)';
break;
case PomodoroMode.Break:
document.body.classList.add('break-mode');
Expand Down

0 comments on commit ad1b6bd

Please sign in to comment.