File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -255,7 +255,7 @@ Use `variant="solid"` to change contextual colors to solid.
255
255
<CAlert color = " danger" variant = " solid" >A simple solid danger alert—check it out!</CAlert >
256
256
<CAlert color = " warning" variant = " solid" >A simple solid warning alert—check it out!</CAlert >
257
257
<CAlert color = " info" variant = " solid" >A simple solid info alert—check it out!</CAlert >
258
- <CAlert color = " light" variant = " solid" class = " text-high-emphasis" >A simple solid light alert—check it out!</CAlert >
258
+ <CAlert color = " light" variant = " solid" className = " text-high-emphasis" >A simple solid light alert—check it out!</CAlert >
259
259
<CAlert color = " dark" variant = " solid" >A simple solid dark alert—check it out!</CAlert >
260
260
</Example >
261
261
@@ -266,7 +266,7 @@ Use `variant="solid"` to change contextual colors to solid.
266
266
< CAlert color= " danger" variant= " solid" > A simple solid danger alert—check it out! < / CAlert>
267
267
< CAlert color= " warning" variant= " solid" > A simple solid warning alert—check it out! < / CAlert>
268
268
< CAlert color= " info" variant= " solid" > A simple solid info alert—check it out! < / CAlert>
269
- < CAlert color= " light" variant= " solid" class = " text-high-emphasis" > A simple solid light alert—check it out! < / CAlert>
269
+ < CAlert color= " light" variant= " solid" className = " text-high-emphasis" > A simple solid light alert—check it out! < / CAlert>
270
270
< CAlert color= " dark" variant= " solid" > A simple solid dark alert—check it out! < / CAlert>
271
271
```
272
272
You can’t perform that action at this time.
0 commit comments