(theme)
| 107 | } |
| 108 | |
| 109 | setTheme(theme) { |
| 110 | this.theme = theme; |
| 111 | this.saveTheme(theme); |
| 112 | this.applyTheme(); |
| 113 | } |
| 114 | |
| 115 | updateToggleButtons() { |
| 116 | const buttons = document.querySelectorAll('.theme-toggle'); |
nothing calls this directly
no test coverage detected