@@ -1419,8 +1419,8 @@ export function ChatInterface() {
className={cn(
"w-full flex items-center justify-between px-3 py-2.5 rounded-xl text-sm transition-all duration-200",
isSelected
- ? "bg-white text-zinc-900 shadow-sm ring-1 ring-zinc-200"
- : "text-zinc-600 hover:bg-white hover:shadow-sm"
+ ? "bg-background text-foreground shadow-sm ring-1 ring-border"
+ : "text-muted-foreground hover:bg-background hover:shadow-sm"
)}
>
{selectedSkillIds.length > 0 && (
-
+
@@ -1459,7 +1459,7 @@ export function ChatInterface() {
onChange={handleInputChange}
onKeyDown={handleInputKeyDown}
placeholder={t('askAnything')}
- className="flex-1 bg-transparent border-none focus:ring-0 text-lg px-3 py-2 text-zinc-900 placeholder:text-zinc-300 outline-none"
+ className="flex-1 bg-transparent border-none focus:ring-0 text-lg px-3 py-2 text-foreground placeholder:text-muted-foreground/50 outline-none"
disabled={isLoading}
/>
{isLoading ? (
@@ -1491,7 +1491,7 @@ export function ChatInterface() {
+
{artifactPreview?.mimeType.startsWith("image/") ? (

) : artifactPreview ? (
-
+
{t('orUseSupabaseConnectionString')}
@@ -207,7 +207,7 @@ export function DataSourceForm({ initialData, onSubmit, onTest, onCancel }: Data
placeholder="••••••"
/>
-
+
{t('orUseConnectionString')}
@@ -294,7 +294,7 @@ export function DataSourceForm({ initialData, onSubmit, onTest, onCancel }: Data
onChange={handleFileUpload}
/>
-
{t('uploadFileOrEnterPath')}
+
{t('uploadFileOrEnterPath')}
);
@@ -302,8 +302,8 @@ export function DataSourceForm({ initialData, onSubmit, onTest, onCancel }: Data
return (
-
{t('unsupportedDataSourceType')}
-
+
{t('unsupportedDataSourceType')}
+
{t('dataSourceConnectorInDevelopment')}
@@ -327,7 +327,7 @@ export function DataSourceForm({ initialData, onSubmit, onTest, onCancel }: Data
)}
-
+
{renderConfigFields()}
diff --git a/frontend/src/components/InlineVisualizationCard.tsx b/frontend/src/components/InlineVisualizationCard.tsx
index 1aea1ce..dda0d45 100644
--- a/frontend/src/components/InlineVisualizationCard.tsx
+++ b/frontend/src/components/InlineVisualizationCard.tsx
@@ -101,13 +101,13 @@ export function InlineVisualizationCard({ viz }: InlineVisualizationCardProps) {
}
return (
-
+
{viz.chartSpec?.title || t('visualizationResult')}
-
+