File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
adminforth/spa/src/components Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2323 <div class =" ms-3 text-sm font-normal max-w-xs pr-2" v-else >
2424 {{toast.message}}
2525 </div >
26- <div v-if =" toast.buttons" class =" flex mt-2 gap-2 w-full ml-6 " >
26+ <div v-if =" toast.buttons" class =" flex mt-2 gap-2 w-full ml-3 " >
2727 <div v-for =" button in toast.buttons" class =" af-toast-button rounded-md bg-lightButtonsBackground hover:bg-lightButtonsHover text-lightButtonsText dark:bg-darkPrimary dark:hover:bg-darkButtonsBackground dark:text-darkButtonsText" >
28- <button @click =" onButtonClick(button.value)" class =" px-2 py-1 rounded hover:bg-black/5 dark:hover:bg-white/10" >
28+ <button @click =" onButtonClick(button.value)" class =" px-2 py-1 rounded hover:bg-black/5 dark:hover:bg-white/10 text-sm " >
2929 {{ button.label }}
3030 </button >
3131 </div >
You can’t perform that action at this time.
0 commit comments