Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinmcfarland committed Aug 2, 2024
1 parent e17de81 commit e91e07c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/Mole.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ class Mole {
config.set(value)
}
theme(value) {

getConfig().then((config) => {
theme.set(value, config)
})
Expand Down
1 change: 1 addition & 0 deletions src/lib/Theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ class Theme {
}

merge(this, result)

data.clone(theme)
}
}
Expand Down

0 comments on commit e91e07c

Please sign in to comment.