File tree Expand file tree Collapse file tree
adminforth/spa/src/components 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
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 } ` ]"
You can’t perform that action at this time.
0 commit comments