fix spaces for consistent code

This commit is contained in:
Emir 2020-12-05 21:37:42 +03:00 committed by GitHub
parent 495f5aeb89
commit bafdc9d0b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,8 +66,8 @@ module.exports = {
if (style == 'headings') {
for (let heading of ['heading1', 'heading2', 'heading3']) {
document
.querySelector('.notion-app-inner')
.style.setProperty(`--theme--font_${heading}`, store()[style]);
.querySelector('.notion-app-inner')
.style.setProperty(`--theme--font_${heading}`, store()[style]);
}
} else {
document