fix: keep chevron icon color consistent through out
This commit is contained in:
parent
5f01aab13d
commit
9aa9f3bac9
@ -50,7 +50,7 @@
|
|||||||
<template #suffix>
|
<template #suffix>
|
||||||
<FeatherIcon
|
<FeatherIcon
|
||||||
:name="open ? 'chevron-up' : 'chevron-down'"
|
:name="open ? 'chevron-up' : 'chevron-down'"
|
||||||
class="h-4"
|
class="h-4 text-gray-600"
|
||||||
/>
|
/>
|
||||||
</template>
|
</template>
|
||||||
</Button>
|
</Button>
|
||||||
|
|||||||
@ -50,7 +50,7 @@
|
|||||||
<template #suffix>
|
<template #suffix>
|
||||||
<FeatherIcon
|
<FeatherIcon
|
||||||
:name="open ? 'chevron-up' : 'chevron-down'"
|
:name="open ? 'chevron-up' : 'chevron-down'"
|
||||||
class="h-4"
|
class="h-4 text-gray-600"
|
||||||
/>
|
/>
|
||||||
</template>
|
</template>
|
||||||
</Button>
|
</Button>
|
||||||
|
|||||||
@ -35,7 +35,7 @@
|
|||||||
: 'opacity-100 ml-2 w-auto'
|
: 'opacity-100 ml-2 w-auto'
|
||||||
"
|
"
|
||||||
>
|
>
|
||||||
<FeatherIcon name="chevron-down" class="h-4 w-4" aria-hidden="true" />
|
<FeatherIcon name="chevron-down" class="h-4 w-4 text-gray-600" aria-hidden="true" />
|
||||||
</div>
|
</div>
|
||||||
</button>
|
</button>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@ -20,7 +20,7 @@
|
|||||||
<template #suffix
|
<template #suffix
|
||||||
><FeatherIcon
|
><FeatherIcon
|
||||||
:name="open ? 'chevron-up' : 'chevron-down'"
|
:name="open ? 'chevron-up' : 'chevron-down'"
|
||||||
class="h-4"
|
class="h-4 text-gray-600"
|
||||||
/></template>
|
/></template>
|
||||||
</Button>
|
</Button>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@ -28,7 +28,7 @@
|
|||||||
<template #suffix
|
<template #suffix
|
||||||
><FeatherIcon
|
><FeatherIcon
|
||||||
:name="open ? 'chevron-up' : 'chevron-down'"
|
:name="open ? 'chevron-up' : 'chevron-down'"
|
||||||
class="h-4"
|
class="h-4 text-gray-600"
|
||||||
/></template>
|
/></template>
|
||||||
</Button>
|
</Button>
|
||||||
</template>
|
</template>
|
||||||
@ -272,7 +272,7 @@
|
|||||||
<template #suffix>
|
<template #suffix>
|
||||||
<FeatherIcon
|
<FeatherIcon
|
||||||
:name="open ? 'chevron-up' : 'chevron-down'"
|
:name="open ? 'chevron-up' : 'chevron-down'"
|
||||||
class="h-4"
|
class="h-4 text-gray-600"
|
||||||
/>
|
/>
|
||||||
</template>
|
</template>
|
||||||
</Button>
|
</Button>
|
||||||
|
|||||||
@ -20,7 +20,7 @@
|
|||||||
<template #suffix>
|
<template #suffix>
|
||||||
<FeatherIcon
|
<FeatherIcon
|
||||||
:name="open ? 'chevron-up' : 'chevron-down'"
|
:name="open ? 'chevron-up' : 'chevron-down'"
|
||||||
class="h-4"
|
class="h-4 text-gray-600"
|
||||||
/>
|
/>
|
||||||
</template>
|
</template>
|
||||||
</Button>
|
</Button>
|
||||||
|
|||||||
@ -26,7 +26,7 @@
|
|||||||
<template #suffix
|
<template #suffix
|
||||||
><FeatherIcon
|
><FeatherIcon
|
||||||
:name="open ? 'chevron-up' : 'chevron-down'"
|
:name="open ? 'chevron-up' : 'chevron-down'"
|
||||||
class="h-4"
|
class="h-4 text-gray-600"
|
||||||
/></template>
|
/></template>
|
||||||
</Button>
|
</Button>
|
||||||
</template>
|
</template>
|
||||||
@ -271,7 +271,7 @@
|
|||||||
<template #suffix>
|
<template #suffix>
|
||||||
<FeatherIcon
|
<FeatherIcon
|
||||||
:name="open ? 'chevron-up' : 'chevron-down'"
|
:name="open ? 'chevron-up' : 'chevron-down'"
|
||||||
class="h-4"
|
class="h-4 text-gray-600"
|
||||||
/>
|
/>
|
||||||
</template>
|
</template>
|
||||||
</Button>
|
</Button>
|
||||||
|
|||||||
@ -20,7 +20,7 @@
|
|||||||
<template #suffix
|
<template #suffix
|
||||||
><FeatherIcon
|
><FeatherIcon
|
||||||
:name="open ? 'chevron-up' : 'chevron-down'"
|
:name="open ? 'chevron-up' : 'chevron-down'"
|
||||||
class="h-4"
|
class="h-4 text-gray-600"
|
||||||
/></template>
|
/></template>
|
||||||
</Button>
|
</Button>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user