fix: some ui changes

This commit is contained in:
Ramesh Mane
2026-01-22 10:31:55 +00:00
parent 29f61e0273
commit 143f557aae
2 changed files with 4 additions and 4 deletions

View File

@@ -481,7 +481,7 @@ watch(
<template #icon>
<GeneralIcon icon="upload" />
</template>
Publish Version
Publish
</NcButton>
<NcButton
@@ -557,7 +557,7 @@ watch(
}
.nc-stat-card {
@apply bg-nc-bg-default border-1 border-nc-border-gray-medium rounded-xl p-4 transition-all duration-200 hover:(border-nc-border-gray-dark shadow-hover);
@apply bg-nc-bg-gray-extralight border-1 border-nc-border-gray-medium rounded-xl p-4 transition-all duration-200 hover:(border-nc-border-gray-dark shadow-hover);
}
.nc-stat-icon-wrapper {
@@ -589,7 +589,7 @@ watch(
}
.nc-version-item {
@apply bg-nc-bg-default border-1 border-nc-border-gray-light rounded-xl p-4 flex items-center justify-between gap-4 relative overflow-hidden;
@apply bg-nc-bg-default border-1 border-nc-border-gray-medium rounded-xl p-4 flex items-center justify-between gap-4 relative overflow-hidden;
@apply transition-all duration-200 ease-in-out;
&::before {

View File

@@ -309,7 +309,7 @@ watch(
}
.nc-app-item {
@apply bg-nc-bg-default border-1 border-nc-border-gray-light rounded-xl mb-3 relative overflow-hidden;
@apply bg-nc-bg-default border-1 border-nc-border-gray-medium rounded-xl mb-3 relative overflow-hidden;
@apply transition-all duration-200 ease-in-out;
&::before {