File tree Expand file tree Collapse file tree
core/src/themes/test/steps Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments