mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-08 00:14:07 +08:00
parent
4cc8ed5e91
commit
26a19a87b0
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ export function updateActiveButton(): void {
|
|||
?.classList.remove("active");
|
||||
document
|
||||
.querySelector(
|
||||
`.pageSettings .section.themes .theme[theme=${activeThemeName}]`
|
||||
`.pageSettings .section.themes .theme[theme='${activeThemeName}']`
|
||||
)
|
||||
?.classList.add("active");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue