completionId: cgen-83e2e09bc52e4e5294d86db456a751e8

cgen-83e2e09bc52e4e5294d86db456a751e8
This commit is contained in:
Builder.io 2025-11-09 09:08:56 +00:00
parent 5a94d09d60
commit cba7e874c1

View file

@ -24,7 +24,7 @@ interface ThemeColors {
}
const professionalTheme: ThemeColors = {
background: "bg-white",
background: "bg-gradient-to-br from-white via-blue-50/30 to-slate-100",
foreground: "text-slate-900",
sidebar: "bg-white",
sidebarText: "text-slate-700",
@ -34,11 +34,11 @@ const professionalTheme: ThemeColors = {
accent: "text-blue-600",
accentHover: "hover:text-blue-700",
border: "border-slate-200",
cardBg: "bg-slate-50",
cardBg: "bg-white border border-slate-200",
cardBorder: "border-slate-200",
buttonBg: "bg-blue-600",
buttonText: "text-white",
inputBg: "bg-slate-50",
inputBg: "bg-white border border-slate-200",
inputBorder: "border-slate-300",
headingColor: "text-slate-900",
textMuted: "text-slate-600",