Browse Source

refactor(gui-v2): inactive tab text color

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/3139/head
Pranav C 2 years ago
parent
commit
6809c02200
  1. 2
      packages/nc-gui-v2/pages/[projectType]/[projectId]/index/index.vue

2
packages/nc-gui-v2/pages/[projectType]/[projectId]/index/index.vue

@ -174,7 +174,7 @@ const icon = (tab: TabItem) => {
@apply font-weight-medium; @apply font-weight-medium;
} }
& > .ant-tabs-tab:not(.ant-tabs-tab-active) { & > .ant-tabs-tab:not(.ant-tabs-tab-active) {
@apply bg-gray-100; @apply bg-gray-100 text-gray-500;
} }
} }
} }

Loading…
Cancel
Save