style Finish Early button red in pause menu

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
main
name 2026-04-11 19:32:39 -07:00
parent 705d667949
commit 876d344441
2 changed files with 10 additions and 1 deletions

View File

@ -73,6 +73,15 @@
transform: scale(0.97);
}
.pauseBtnDanger {
background: rgba(220, 38, 38, 0.2);
border-color: #dc2626;
}
.pauseBtnDanger:hover {
background: rgba(220, 38, 38, 0.4);
}
.pauseBtnSecondary {
background: transparent;
border-color: rgba(255, 255, 255, 0.3);

View File

@ -151,7 +151,7 @@ export function GamePage() {
CONTINUE
</button>
<button
className={`${styles.pauseBtn} font-title`}
className={`${styles.pauseBtn} ${styles.pauseBtnDanger} font-title`}
onClick={handleSongEnd}
>
FINISH EARLY