File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 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