mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 12:16:53 +00:00
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:
@@ -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,
|
||||
}"
|
||||
|
||||
Reference in New Issue
Block a user