Revert to using a reactive color for app accent color

This commit is contained in:
Andrew Kingston 2025-03-14 16:30:12 +00:00
parent 0a1c7e6ea1
commit 2a835d6b37
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -358,8 +358,8 @@ async function performAppCreate(
},
theme: DefaultAppTheme,
customTheme: {
primaryColor: "var(--spectrum-global-color-static-blue-1200)",
primaryColorHover: "var(--spectrum-global-color-static-blue-800)",
primaryColor: "var(--spectrum-global-color-blue-700)",
primaryColorHover: "var(--spectrum-global-color-blue-600)",
buttonBorderRadius: "16px",
},
features: {