Skip to content

Commit

Permalink
Fix new song file inputs not following theme color
Browse files Browse the repository at this point in the history
  • Loading branch information
tillvit committed Dec 8, 2024
1 parent 740d7b7 commit 15aff58
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/src/gui/window/NewSongWindow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ export class NewSongWindow extends Window {
input.autocomplete = "off"
input.spellcheck = false
input.placeholder = "click to upload a file"
input.style.color = "white"
input.readOnly = true
input.onclick = ev => {
ev.preventDefault()
Expand Down

0 comments on commit 15aff58

Please sign in to comment.