Skip to content

Commit 85e81f8

Browse files
committed
chore(): run lint
1 parent fc12336 commit 85e81f8

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

core/src/themes/test/steps/index.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ <h2>Text</h2>
8181

8282
if (!bodyStyles.getPropertyValue('--ion-background-color-step-50')) {
8383
const error = document.createElement('span');
84-
error.textContent = 'Background color variables not found for theme: ' + themeName + ' and palette: ' + paletteName;
84+
error.textContent =
85+
'Background color variables not found for theme: ' + themeName + ' and palette: ' + paletteName;
8586
backgroundContainer.appendChild(error);
8687

8788
return;
@@ -123,7 +124,8 @@ <h2>Text</h2>
123124

124125
if (!bodyStyles.getPropertyValue('--ion-text-color-step-50')) {
125126
const error = document.createElement('span');
126-
error.textContent = 'Text color variables not found for theme: ' + themeName + ' and palette: ' + paletteName;
127+
error.textContent =
128+
'Text color variables not found for theme: ' + themeName + ' and palette: ' + paletteName;
127129
textContainer.appendChild(error);
128130

129131
return;

0 commit comments

Comments
 (0)