Skip to content

Commit 965b49d

Browse files
committed
Dark mode + Demo component - CSS Class updated
1 parent d4cc266 commit 965b49d

File tree

1 file changed

+1
-1
lines changed
  • BlazorBootstrap.Demo.RCL/Components/Shared

1 file changed

+1
-1
lines changed

BlazorBootstrap.Demo.RCL/Components/Shared/Demo.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ else // Tabs = true
7373
<Icon Name="@clipboardTooltipIconName" Color="@clipboardTooltipIconColor" />
7474
</Tooltip>
7575
</div>
76-
<div class="highlight">
76+
<div class="highlight border border-top-0">
7777
<pre class="mt-0 me-4">
7878
<code class="@LanguageCode.ToLanguageCssClass()">
7979
@if (snippet is not null)

0 commit comments

Comments
 (0)