fix: migrate 11 remaining files missed by component sweep
editor-ai, guides, maintenance, scripts, settings, NavItem, and dashboard active-glow removal. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -112,7 +112,7 @@ export function BrandingSettings({ teamId }: BrandingSettingsProps) {
|
||||
|
||||
if (isLoading) {
|
||||
return (
|
||||
<div className="glass-card-static p-4 sm:p-6">
|
||||
<div className="card-flat p-4 sm:p-6">
|
||||
<div className="flex items-center gap-2">
|
||||
<Palette className="h-5 w-5 text-muted-foreground" />
|
||||
<h2 className="text-lg font-semibold text-foreground">Branding</h2>
|
||||
@@ -127,7 +127,7 @@ export function BrandingSettings({ teamId }: BrandingSettingsProps) {
|
||||
const hasChanges = companyName !== (branding?.company_display_name || '') || logoFile !== null
|
||||
|
||||
return (
|
||||
<div className="glass-card-static p-4 sm:p-6">
|
||||
<div className="card-flat p-4 sm:p-6">
|
||||
<div className="flex items-center gap-2">
|
||||
<Palette className="h-5 w-5 text-muted-foreground" />
|
||||
<h2 className="text-lg font-semibold text-foreground">Branding</h2>
|
||||
|
||||
Reference in New Issue
Block a user