refactor: codacy and some style changes etc

This commit is contained in:
David Ralph
2021-08-27 19:42:40 +01:00
parent abe70617d8
commit fcff3e44a6
21 changed files with 110 additions and 76 deletions

View File

@@ -23,7 +23,6 @@ export function offlineBackground() {
};
localStorage.setItem('currentBackground', JSON.stringify(object));
return object;
}
@@ -36,4 +35,4 @@ export function gradientStyleBuilder({ type, angle, gradient }) {
type: 'colour',
style: `background:${gradient[0]?.colour};${grad}`
};
};
}