File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 class =" border border-gray-300 dark:border-gray-700 dark:border-opacity-0 border-opacity-0 hover:border-opacity-100 dark:hover:border-opacity-100 rounded-md hover:bg-gray-100 dark:hover:bg-gray-800 cursor-pointer"
66 @click =" toggleMenu"
77 >
8- <IconDotsHorizontalOutline class="w-6 h-6 text-lightPrimary dark:text-darkPrimary " />
8+ <IconDotsHorizontalOutline class="w-6 h-6 text-lightPrimary dark:text-darkPrimary dark: brightness-150 " />
99 </div >
1010 <teleport to =" body" >
1111 <div
7070 <component
7171 v-if =" action.icon"
7272 :is =" getIcon(action.icon)"
73- class =" w-5 h-5 mr-2 text-lightPrimary dark:text-darkPrimary"
73+ class =" w-5 h-5 mr-2 text-lightPrimary dark:text-darkPrimary dark:brightness-200 "
7474 />
7575 {{ $t(action.name) }}
7676 </component >
Original file line number Diff line number Diff line change 216216 <component
217217 v-if =" action.icon && !actionLoadingStates[`${action.id}_${row._primaryKeyValue}`]"
218218 :is =" getIcon(action.icon)"
219- class =" w-6 h-6 text-lightPrimary dark:text-darkPrimary"
219+ class =" w-6 h-6 text-lightPrimary dark:text-darkPrimary dark:brightness-150 "
220220 />
221221 <Spinner
222222 v-if =" actionLoadingStates [` ${action .id }_${row ._primaryKeyValue } ` ]"
Original file line number Diff line number Diff line change 5959 <component
6060 v-if =" action.icon && !actionLoadingStates[action.id!]"
6161 :is =" getIcon(action.icon)"
62- class =" w-4 h-4 text-lightPrimary dark:text-darkPrimary"
62+ class =" w-4 h-4 text-lightPrimary dark:text-darkPrimary dark:brightness-200 "
6363 />
6464 <Spinner
6565 v-if =" actionLoadingStates [action .id ! ]"
8383 <component
8484 v-if =" action.icon"
8585 :is =" getIcon(action.icon)"
86- class =" w-4 h-4 text-lightPrimary dark:text-darkPrimary"
86+ class =" w-4 h-4 text-lightPrimary dark:text-darkPrimary dark:brightness-200 "
8787 />
8888 {{ action.label }}
8989 </div >
Original file line number Diff line number Diff line change 2727 <component
2828 v-if =" action.icon && !actionLoadingStates[action.id!]"
2929 :is =" getIcon(action.icon)"
30- class =" w-4 h-4 me-2 text-lightPrimary dark:text-darkPrimary"
30+ class =" w-4 h-4 me-2 text-lightPrimary dark:text-darkPrimary dark:brightness-200 "
3131 />
3232 <Spinner
3333 v-if =" actionLoadingStates [action .id ! ]"
You can’t perform that action at this time.
0 commit comments