()
| 67 | }; |
| 68 | |
| 69 | const setLight = () => { |
| 70 | theme.algorithm = antTheme.defaultAlgorithm; |
| 71 | document.body.classList.add("app-light-theme"); |
| 72 | document.body.classList.remove("app-dark-theme"); |
| 73 | }; |
| 74 | |
| 75 | const setDark = () => { |
| 76 | theme.algorithm = antTheme.darkAlgorithm; |