Skip to content

Commit 27b7f84

Browse files
committed
fix clear button
1 parent 530dd8f commit 27b7f84

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/docs/DocsFilters.astro

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,8 @@ const versions = ["New", "2.10", "2.9", "2.8", "2.7"]
179179
<h2>Filter by</h2>
180180
<div class="flex-auto"></div>
181181
<button id="filter-clear" class="px-2 w-fit rounded-sm
182-
hover:cursor-pointer hover:opacity-80 transition">
182+
hover:cursor-pointer hover:opacity-80 transition
183+
bg-l-bg-secondary dark:bg-d-bg-secondary">
183184
Clear
184185
</button>
185186
<button id="filter-expand-icon" class="block md:hidden px-2 w-fit rounded-sm

0 commit comments

Comments
 (0)