We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b67d530 + 094c6c3 commit f5a215cCopy full SHA for f5a215c
1 file changed
custom/FilterDropdown.vue
@@ -24,7 +24,7 @@
24
{{ filter?.name || placeholder || $t('Select...') }}
25
</span>
26
27
- <IconCaretDownSolid class="h-4 w-4 text-lightPrimary dark:text-darkPrimary opacity-50 transition duration-150 ease-in flex-shrink-0"
+ <IconCaretDownSolid class="h-4 w-4 text-lightPrimary dark:text-darkPrimary transition duration-150 ease-in flex-shrink-0 brightness-150"
28
:class="{ 'transform rotate-180': showDropdown }"
29
/>
30
</button>
0 commit comments