Skip to content

Commit

Permalink
Merge pull request #29 from TheChilledBuffalo/main
Browse files Browse the repository at this point in the history
fix(custom apps): make eternal jukebox reset text visible
  • Loading branch information
Pithaya authored Dec 20, 2023
2 parents 00ac26c + f1d8c0e commit 9b6544f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom-apps/eternal-jukebox/src/css/app.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@
}

button {
background-color: var(--spice-text);
color: var(--spice-nav-active-text);
background-color: var(--spice-button);
color: var(--spice-text);

padding: 0.5rem 1rem;
border-style: none;
Expand Down

0 comments on commit 9b6544f

Please sign in to comment.