File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
adminforth/spa/src/components Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 12
12
>
13
13
<component v-if =" item.icon" :is =" getIcon(item.icon)" class =" w-5 h-5 text-lightSidebarIcons dark:text-darkSidebarIcons transition duration-75 group-hover:text-lightSidebarIconsHover dark:group-hover:text-darkSidebarIconsHover" ></component >
14
14
<span class =" ms-3" >{{ item.label }}</span >
15
- <span v-if =" item.badge" class =" inline-flex items-center justify-center h-3 p-3 ms-3 text-sm font-medium rounded-full bg-lightAnnouncementBG dark:bg-darkAnnouncementBG
16
- fill-lightAnnouncementText dark:fill-darkAccent text-lightAnnouncementText dark:text-darkAccent"
17
- style =" min-width : 1.5rem ; max-width : 3rem ;"
15
+ <span v-if =" item.badge" class =" inline-flex items-center justify-center h-3 py-3 px-1 ms-3 text-sm font-medium rounded-full bg-lightAnnouncementBG dark:bg-darkAnnouncementBG
16
+ fill-lightAnnouncementText dark:fill-darkAccent text-lightAnnouncementText dark:text-darkAccent min-w-[1.5rem] max-w-[3rem]"
18
17
>
19
18
20
19
<Tooltip v-if =" item.badgeTooltip" >
You can’t perform that action at this time.
0 commit comments