Skip to content

Commit f396021

Browse files
fix: advence filter lable color (#560)
* fix: advence filter lable color * ref: remove extra tailwind class --------- Co-authored-by: Vedansh Saini <77830698+vedansh-5@users.noreply.github.com>
1 parent 218fdcc commit f396021

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/popup.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ <h3 id="scrumHelperHeading" class="text-3xl font-semibold cursor-pointer">Scrum
209209
</div>
210210

211211
<details class="group mb-4" style="margin-top: 1rem;">
212-
<summary class="flex items-center justify-between cursor-pointer list-none font-medium text-sm text-gray-800 outline-none select-none pr-1">
212+
<summary class="flex items-center justify-between cursor-pointer list-none font-medium text-sm outline-none select-none pr-1">
213213
<span data-i18n="advancedFiltersLabel">Advanced Filters</span>
214214
<i class="fa fa-chevron-down text-gray-500 w-4 text-center transition-transform duration-200 group-open:-rotate-180"></i>
215215
</summary>

0 commit comments

Comments
 (0)