feat: actions in empty state

This commit is contained in:
liyasthomas
2021-08-01 20:04:25 +05:30
parent 6d67b1e51f
commit fd3b5ecf08
13 changed files with 81 additions and 30 deletions

View File

@@ -299,10 +299,10 @@
bg-primaryLight
border border-divider
rounded-r
flex
font-semibold font-mono
flex-1
mr-2
w-full
py-2
px-4
block
@@ -396,7 +396,7 @@ export default defineComponent({
showLogin: false,
active: getLocalConfig("THEME_COLOR") || "green",
active: getLocalConfig("THEME_COLOR") || "indigo",
confirmRemove: false,
}
},