Change comment

This commit is contained in:
RMidhunSuresh 2022-04-05 16:27:23 +05:30
parent 7f9af5b5fa
commit f75ee86c0e
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}