We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56197fd commit 5ddc53aCopy full SHA for 5ddc53a
src/BootstrapBlazor.Server/Components/Samples/Icons/FluentSystemIcons.razor
@@ -19,9 +19,9 @@
19
20
<ul class="ul-demo">
21
<li>Filled: FluentSystemIcons-Filled.css</li>
22
- <li>Filled: FluentSystemIcons-Light.css</li>
23
- <li>Filled: FluentSystemIcons-Regular.css</li>
24
- <li>Filled: FluentSystemIcons-Resizable.css</li>
+ <li>Light: FluentSystemIcons-Light.css</li>
+ <li>Regular: FluentSystemIcons-Regular.css</li>
+ <li>Resizable: FluentSystemIcons-Resizable.css</li>
25
</ul>
26
27
<p class="code-label">注意:四种类型的图标库必须独立使用,不可以一起引用使用会冲突导致最终显示的图标不是你想要的图标</p>
0 commit comments