@@ -26,16 +26,16 @@ const SubgraphWarningMessage: FC = () => (
26
26
{ figures . warning }
27
27
</ Text >
28
28
</ Box >
29
- < Text bold > Follow these steps:</ Text >
29
+ < Text color = { 'whiteBright' } > Follow these steps:</ Text >
30
30
< Box flexDirection = { 'column' } >
31
31
< Text >
32
- 1- Provide your own API key for < Text bold > PUBLIC_SUBGRAPHS_API_KEY</ Text > in{ ' ' }
33
- < Text bold > .env.local</ Text > You can get one{ ' ' }
32
+ 1- Provide your own API key for < Text color = { 'gray' } > PUBLIC_SUBGRAPHS_API_KEY</ Text > in{ ' ' }
33
+ < Text color = { 'gray' } > .env.local</ Text > You can get one{ ' ' }
34
34
< Link url = "https://thegraph.com/studio/apikeys" > here</ Link >
35
35
</ Text >
36
36
< Text >
37
- 2- After the API key is correctly configured, run < Text bold > pnpm subgraph-codegen </ Text > in
38
- your console from the project's folder
37
+ 2- After the API key is correctly configured, run{ ' ' }
38
+ < Text color = { 'gray' } > pnpm subgraph-codegen </ Text > in your console from the project's folder
39
39
</ Text >
40
40
</ Box >
41
41
< Text >
@@ -57,23 +57,23 @@ const PostInstallMessage: FC<{ projectName: string }> = ({ projectName }) => (
57
57
rowGap = { 1 }
58
58
paddingBottom = { 2 }
59
59
>
60
- < Text bold > To start development on your project:</ Text >
60
+ < Text color = { 'whiteBright' } > To start development on your project:</ Text >
61
61
< Box flexDirection = { 'column' } >
62
62
< Text >
63
- 1- Move into the project's folder with < Text bold > cd { projectName } </ Text >
63
+ 1- Move into the project's folder with < Text color = { 'gray' } > cd { projectName } </ Text >
64
64
</ Text >
65
65
< Text >
66
- 2- Start the development server with < Text bold > pnpm dev</ Text >
66
+ 2- Start the development server with < Text color = { 'gray' } > pnpm dev</ Text >
67
67
</ Text >
68
68
</ Box >
69
- < Text bold > More info:</ Text >
69
+ < Text color = { 'whiteBright' } > More info:</ Text >
70
70
< Box flexDirection = { 'column' } >
71
71
< Text >
72
- - Check out < Text bold > .env.local</ Text > for more configurations.
72
+ - Check out < Text color = { 'gray' } > .env.local</ Text > for more configurations.
73
73
</ Text >
74
74
< Text >
75
75
- Read < Link url = "https://docs.dappbooster.dev" > the docs</ Link > to know more about{ ' ' }
76
- < Text bold > dAppBooster</ Text > !
76
+ < Text color = { 'gray' } > dAppBooster</ Text > !
77
77
</ Text >
78
78
< Text >
79
79
- Report issues with this installer{ ' ' }
0 commit comments