Skip to content

Commit

Permalink
fix: use uniq key for theme-layers
Browse files Browse the repository at this point in the history
  • Loading branch information
yarastqt committed Apr 25, 2020
1 parent b52845b commit 49ce746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/theme-layers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export async function getThemeLayers(
if (result[platform] === undefined) {
result[platform] = {}
}
result[platform][layer] = {
result[platform][fileName] = {
meta: data.meta,
name: layer,
tokens: deepmerge.all<TokensMap>(composedLevels),
Expand Down

0 comments on commit 49ce746

Please sign in to comment.