Skip to content

Commit

Permalink
Fix typescript issue
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkfiedler committed May 29, 2020
1 parent 36d69d7 commit efcbd47
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ function updateTheme(userTheme: UserTheme) {
}
let sizingTheme = sizing[userTheme.spacingMode]
return {
spacingMode: userTheme.spacingMode,
spacingMode: userTheme.spacingMode as 'comfortable' | 'cozy' | 'compact',
...relevantColorTheme,
...userTheme,
...sizingTheme,
Expand Down

0 comments on commit efcbd47

Please sign in to comment.