diff --git a/src/components/navbar/NavbarItem.vue b/src/components/navbar/NavbarItem.vue index 82b01d4..db47cef 100644 --- a/src/components/navbar/NavbarItem.vue +++ b/src/components/navbar/NavbarItem.vue @@ -175,7 +175,7 @@ onMounted(() => { :deep(.ant-menu-submenu-selected) { .ant-menu-submenu-title { - @apply text-blue-300 ; + @apply text-info; } } @@ -183,7 +183,7 @@ onMounted(() => { @apply bg-transparent relative; &::before { - @apply absolute w-[15px] h-[15px] bottom-3.5 left-7 bg-no-repeat z-10; + @apply absolute w-[15px] h-[15px] bottom-3.5 left-7 bg-no-repeat saturate-200 z-10; content: ""; background: url(@ASSET/img/chart-data-background03.svg) center center; } @@ -193,7 +193,7 @@ onMounted(() => { } a { - color: #89d2ff !important; + color: #35ecec !important; text-shadow: 0px 0px 1px #fff; } } diff --git a/src/views/dashboard/components/DashboardSysCard.vue b/src/views/dashboard/components/DashboardSysCard.vue index daeaded..72bcebf 100644 --- a/src/views/dashboard/components/DashboardSysCard.vue +++ b/src/views/dashboard/components/DashboardSysCard.vue @@ -140,7 +140,7 @@ const navigateToSubSystem = (mainSystemId, subSystemId) => { twMerge( 'w-full sm:w-1/2 lg:w-1/4 relative my-2 ', item.sub_system_tag - ? 'saturate-200 cursor-pointer text-base' + ? 'saturate-200 cursor-pointer text-base text-info' : 'grayscale opacity-70 cursor-not-allowed text-sm' ) " @@ -160,7 +160,7 @@ const navigateToSubSystem = (mainSystemId, subSystemId) => { >
{{ d.full_name }}