Nc Style: Add new light theme config in windicss config file (#9322)

* fix(nc-gui): add missing green & base colors in themev3 colors

* fix(nc-gui): add lightTheme config

* fix(nc-gui): add nc suffix in light theme

* fix(nc-gui): update light theme format

* fix(nc-gui): remove nested level from light theme
This commit is contained in:
Ramesh Mane
2024-08-23 14:23:16 +05:30
committed by GitHub
parent e808ef4a15
commit 78292594b6
3 changed files with 232 additions and 2 deletions

View File

@@ -244,7 +244,8 @@ const handleAddIntegration = (category: IntegrationCategoryType, integration: In
<template #title>{{ $t('tooltip.comingSoonIntegration') }}</template>
<div
class="source-card"
:tabindex="0"
class="source-card focus-visible:outline-none"
:class="{
'is-available': integration?.isAvailable,
}"