Skip to content

Commit 8659820

Browse files
authored
fix(inlinealert): correct spectrum theme capitalization (#1615)
1 parent c7bb0e4 commit 8659820

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/inlinealert/themes/spectrum.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ governing permissions and limitations under the License.
1010
*/
1111

1212
@container (--system: spectrum) {
13-
.spectrum-InlineAlert {
13+
.spectrum-InLineAlert {
1414
--spectrum-inlinealert-border-and-icon-color-info: var(--spectrum-blue-800);
1515
--spectrum-inlinealert-border-and-icon-color-positive: var(--spectrum-green-800);
1616
--spectrum-inlinealert-border-and-icon-color-notice: var(--spectrum-orange-600);
1717
--spectrum-inlinealert-border-and-icon-color-negative: var(--spectrum-red-800);
1818
}
19-
}
19+
}

0 commit comments

Comments
 (0)