mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-11-20 03:25:52 +01:00
Change comment
This commit is contained in:
parent
7f9af5b5fa
commit
f75ee86c0e
@ -82,7 +82,7 @@ module.exports = function buildThemes(options) {
|
||||
for (const [variant, details] of Object.entries(variants)) {
|
||||
const fileName = `theme-${themeName}-${variant}.css`;
|
||||
if (details.default) {
|
||||
// This theme is the default for when Hydrogen launches for the first time
|
||||
// This is one of the default variants for this theme.
|
||||
if (details.dark) {
|
||||
defaultDark = fileName;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user