Skip to content

Commit

Permalink
change text color to black
Browse files Browse the repository at this point in the history
  • Loading branch information
victoriaxyz committed Sep 13, 2024
1 parent 9645fbf commit 1e3fa03
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions docs/customization/variables.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ In the following example, the primary color is set to red and the text color is
appearance={{
variables: {
colorPrimary: 'purple',
colorText: 'white',
colorText: 'black',
},
}}
>
Expand All @@ -179,7 +179,7 @@ In the following example, the primary color is set to red and the text color is
appearance={{
variables: {
colorPrimary: 'purple',
colorText: 'white',
colorText: 'black',
},
}}
>
Expand Down Expand Up @@ -210,7 +210,7 @@ In the following example, the primary color is set to red and the text color is
appearance={{
variables: {
colorPrimary: 'purple',
colorText: 'white',
colorText: 'black',
},
}}
publishableKey={clerkPubKey}
Expand Down Expand Up @@ -263,7 +263,7 @@ In the following example, the primary color is set to red and the text color is
appearance: {
variables: {
colorPrimary: 'red',
colorText: 'white',
colorText: 'black',
},
},
})
Expand All @@ -280,7 +280,7 @@ In the following example, the primary color is set to red and the text color is
appearance: {
variables: {
colorPrimary: 'red',
colorText: 'white',
colorText: 'black',
},
},
}),
Expand Down Expand Up @@ -309,7 +309,7 @@ In the following example, the primary color is set to red and the text color is
signIn: {
variables: {
colorPrimary: 'purple',
colorText: 'white',
colorText: 'black',
},
},
}}
Expand All @@ -333,7 +333,7 @@ In the following example, the primary color is set to red and the text color is
signIn: {
variables: {
colorPrimary: 'purple',
colorText: 'white',
colorText: 'black',
},
},
}}
Expand Down Expand Up @@ -366,7 +366,7 @@ In the following example, the primary color is set to red and the text color is
signIn: {
variables: {
colorPrimary: 'purple',
colorText: 'white',
colorText: 'black',
},
},
}}
Expand Down Expand Up @@ -421,7 +421,7 @@ In the following example, the primary color is set to red and the text color is
signIn: {
variables: {
colorPrimary: 'red',
colorText: 'white',
colorText: 'black',
},
},
},
Expand All @@ -440,7 +440,7 @@ In the following example, the primary color is set to red and the text color is
signIn: {
variables: {
colorPrimary: 'red',
colorText: 'white',
colorText: 'black',
},
},
},
Expand Down Expand Up @@ -469,7 +469,7 @@ The following example shows how to customize the [`<SignIn />`](/docs/components
appearance={{
variables: {
colorPrimary: 'purple',
colorText: 'white',
colorText: 'black',
},
}}
/>
Expand All @@ -485,7 +485,7 @@ The following example shows how to customize the [`<SignIn />`](/docs/components
appearance={{
variables: {
colorPrimary: 'purple',
colorText: 'white',
colorText: 'black',
},
}}
/>
Expand All @@ -505,7 +505,7 @@ The following example shows how to customize the [`<SignIn />`](/docs/components
appearance={{
variables: {
colorPrimary: 'purple',
colorText: 'white',
colorText: 'black',
},
}}
path="/sign-in"
Expand All @@ -528,7 +528,7 @@ The following example shows how to customize the [`<SignIn />`](/docs/components
appearance={{
variables: {
colorPrimary: 'purple',
colorText: 'white',
colorText: 'black',
},
}}
/>
Expand All @@ -548,7 +548,7 @@ The following example shows how to customize the [`<SignIn />`](/docs/components
path="/sign-in"
appearance={{
colorPrimary: 'purple',
colorText: 'white',
colorText: 'black',
}}
/>
```
Expand Down

0 comments on commit 1e3fa03

Please sign in to comment.