Skip to content

Commit

Permalink
Dark mode + Demo component - CSS Class updated
Browse files Browse the repository at this point in the history
  • Loading branch information
gvreddy04 committed Oct 6, 2024
1 parent d4cc266 commit 965b49d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BlazorBootstrap.Demo.RCL/Components/Shared/Demo.razor
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ else // Tabs = true
<Icon Name="@clipboardTooltipIconName" Color="@clipboardTooltipIconColor" />
</Tooltip>
</div>
<div class="highlight">
<div class="highlight border border-top-0">
<pre class="mt-0 me-4">
<code class="@LanguageCode.ToLanguageCssClass()">
@if (snippet is not null)
Expand Down

0 comments on commit 965b49d

Please sign in to comment.