diff --git a/packages/clerk-js/sandbox/app.ts b/packages/clerk-js/sandbox/app.ts index e2752c2f7b3..c04981e2b77 100644 --- a/packages/clerk-js/sandbox/app.ts +++ b/packages/clerk-js/sandbox/app.ts @@ -156,16 +156,17 @@ function appearanceVariableOptions() { 'colorPrimary', 'colorNeutral', 'colorBackground', - 'colorTextOnPrimaryBackground', + 'colorPrimaryForeground', + 'colorForeground', 'colorDanger', 'colorSuccess', 'colorWarning', - 'colorText', - 'colorTextSecondary', - 'colorInputText', - 'colorInputBackground', + 'colorForeground', + 'colorMutedForeground', + 'colorInputForeground', + 'colorInput', 'colorShimmer', - 'spacingUnit', + 'spacing', 'borderRadius', ] as const; diff --git a/packages/clerk-js/sandbox/template.html b/packages/clerk-js/sandbox/template.html index 0e5003dd7dd..315482ffc8d 100644 --- a/packages/clerk-js/sandbox/template.html +++ b/packages/clerk-js/sandbox/template.html @@ -216,11 +216,11 @@ /> @@ -252,38 +252,38 @@ /> @@ -297,10 +297,10 @@ />