Skip to content

Commit

Permalink
docs-9205: change appearance prop color from red to purple (#1536)
Browse files Browse the repository at this point in the history
  • Loading branch information
victoriaxyz authored Sep 13, 2024
1 parent 2fff431 commit 9645fbf
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions docs/customization/variables.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ In the following example, the primary color is set to red and the text color is
<ClerkProvider
appearance={{
variables: {
colorPrimary: 'red',
colorPrimary: 'purple',
colorText: 'white',
},
}}
Expand All @@ -178,7 +178,7 @@ In the following example, the primary color is set to red and the text color is
<ClerkProvider
appearance={{
variables: {
colorPrimary: 'red',
colorPrimary: 'purple',
colorText: 'white',
},
}}
Expand Down Expand Up @@ -209,7 +209,7 @@ In the following example, the primary color is set to red and the text color is
<ClerkProvider
appearance={{
variables: {
colorPrimary: 'red',
colorPrimary: 'purple',
colorText: 'white',
},
}}
Expand Down Expand Up @@ -308,7 +308,7 @@ In the following example, the primary color is set to red and the text color is
appearance={{
signIn: {
variables: {
colorPrimary: 'red',
colorPrimary: 'purple',
colorText: 'white',
},
},
Expand All @@ -332,7 +332,7 @@ In the following example, the primary color is set to red and the text color is
appearance={{
signIn: {
variables: {
colorPrimary: 'red',
colorPrimary: 'purple',
colorText: 'white',
},
},
Expand Down Expand Up @@ -365,7 +365,7 @@ In the following example, the primary color is set to red and the text color is
appearance={{
signIn: {
variables: {
colorPrimary: 'red',
colorPrimary: 'purple',
colorText: 'white',
},
},
Expand Down Expand Up @@ -468,7 +468,7 @@ The following example shows how to customize the [`<SignIn />`](/docs/components
<SignIn
appearance={{
variables: {
colorPrimary: 'red',
colorPrimary: 'purple',
colorText: 'white',
},
}}
Expand All @@ -484,7 +484,7 @@ The following example shows how to customize the [`<SignIn />`](/docs/components
<SignIn
appearance={{
variables: {
colorPrimary: 'red',
colorPrimary: 'purple',
colorText: 'white',
},
}}
Expand All @@ -504,7 +504,7 @@ The following example shows how to customize the [`<SignIn />`](/docs/components
<SignIn
appearance={{
variables: {
colorPrimary: 'red',
colorPrimary: 'purple',
colorText: 'white',
},
}}
Expand All @@ -527,7 +527,7 @@ The following example shows how to customize the [`<SignIn />`](/docs/components
<SignIn
appearance={{
variables: {
colorPrimary: 'red',
colorPrimary: 'purple',
colorText: 'white',
},
}}
Expand All @@ -547,7 +547,7 @@ The following example shows how to customize the [`<SignIn />`](/docs/components
<SignIn
path="/sign-in"
appearance={{
colorPrimary: 'red',
colorPrimary: 'purple',
colorText: 'white',
}}
/>
Expand Down

0 comments on commit 9645fbf

Please sign in to comment.