remove duplicate line

This commit is contained in:
zombieFox 2022-05-31 15:29:32 -04:00
parent 6a2cd3a925
commit 4d814f9ed7
1 changed files with 0 additions and 1 deletions

View File

@ -11,7 +11,6 @@ export const Theme = function() {
this.style = () => {
applyCSSVar('--theme-scale', config.theme.scale);
applyCSSVar('--theme-scale', config.theme.scale);
applyCSSVar('--theme-text-hsl-h', config.theme.text.hsl[0]);
applyCSSVar('--theme-text-hsl-s', config.theme.text.hsl[1]);