Skip to content

Commit

Permalink
fix variable name in client
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunghoseo committed Mar 14, 2024
1 parent db2c297 commit 19c98aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/client/src/pages/EmbeddedComponentsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ export const YourReactApplication = () => {
apiBaseUrl=""
theme={{
colorScheme: 'dark',
variables: { colorPrimary: 'hsl(0 50% 75%)' },
variables: { primaryColor: 'hsl(0 50% 75%)' },
}}
>
<LinkedAccountWidget />
Expand Down

0 comments on commit 19c98aa

Please sign in to comment.