Skip to content

Commit

Permalink
Fluent: update theme names (DevExpress#5764)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladaskorohodova authored Nov 15, 2023
1 parent 84c2276 commit 59edff4
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -158,19 +158,19 @@ DevExtreme provides Generic, Generic Compact, and Material Design themes. These

<div id="fluent-themes" class="theme-images">
<div>
<p>Light</p>
<p>Blue Light</p>
<img src="/images/themes/fluent-default.png" />
</div>
<div>
<p>Light Compact</p>
<p>Blue Light Compact</p>
<img src="/images/themes/fluent-compact.png" />
</div>
<div>
<p>Dark</p>
<p>Blue Dark</p>
<img src="/images/themes/fluent-dark-default.png" />
</div>
<div>
<p>Dark Compact</p>
<p>Blue Dark Compact</p>
<img src="/images/themes/fluent-dark-compact.png" />
</div>
</div>
Expand Down Expand Up @@ -242,15 +242,15 @@ Each theme is a stylesheet that contains a collection of CSS classes. The follow
<div class="second-level">
<div class="header">Fluent</div>
<ul>
<li><code>dx.fluent.light.css</code></li>
<li><code>dx.fluent.dark.css</code></li>
<li><code>dx.fluent.blue.light.css</code></li>
<li><code>dx.fluent.blue.dark.css</code></li>
</ul>
</div>
<div class="second-level">
<div class="header">Fluent Compact</div>
<ul>
<li><code>dx.fluent.light.compact.css</code></li>
<li><code>dx.fluent.dark.compact.css</code></li>
<li><code>dx.fluent.blue.light.compact.css</code></li>
<li><code>dx.fluent.blue.dark.compact.css</code></li>
</ul>
</div>
</div>
Expand Down

0 comments on commit 59edff4

Please sign in to comment.