Skip to content

Commit

Permalink
Button small change
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamiloso committed Sep 3, 2024
1 parent 1bd1737 commit d2af448
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Configure.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@echo off
call npm i
pause
2 changes: 1 addition & 1 deletion src/renderer/src/styles/HomePage.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@

/* Efekt kliknięcia */
.playContainer > .playButton:active {
background-color: rgba(255, 255, 255, 0.2); /* Podświetlenie tła */
background-color: rgba(255, 255, 255, 0.1); /* Podświetlenie tła */
transform: translateY(2px); /* Przesunięcie przycisku w dół, żeby wyglądał na kliknięty */
}

0 comments on commit d2af448

Please sign in to comment.