Skip to content

Commit b060fc2

Browse files
Merge pull request #254 from frappe/lv-group-icon
fix(ui): change shade of collapsable icon in grouped view
2 parents 99f0b86 + 7448338 commit b060fc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ListView/ListGroupHeader.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
class="ml-[3px] mr-[11px] rounded p-1 hover:bg-surface-gray-2"
66
>
77
<DownSolid
8-
class="h-4 w-4 text-ink-gray-9 transition-transform duration-200"
8+
class="h-4 w-4 text-ink-gray-6 transition-transform duration-200"
99
:class="[group.collapsed ? '-rotate-90' : '']"
1010
/>
1111
</button>

0 commit comments

Comments
 (0)