@@ -26,16 +26,16 @@ const SubgraphWarningMessage: FC = () => (
2626 { figures . warning }
2727 </ Text >
2828 </ Box >
29- < Text bold > Follow these steps:</ Text >
29+ < Text color = { 'whiteBright' } > Follow these steps:</ Text >
3030 < Box flexDirection = { 'column' } >
3131 < 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{ ' ' }
3434 < Link url = "https://thegraph.com/studio/apikeys" > here</ Link >
3535 </ Text >
3636 < 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
3939 </ Text >
4040 </ Box >
4141 < Text >
@@ -57,23 +57,23 @@ const PostInstallMessage: FC<{ projectName: string }> = ({ projectName }) => (
5757 rowGap = { 1 }
5858 paddingBottom = { 2 }
5959 >
60- < Text bold > To start development on your project:</ Text >
60+ < Text color = { 'whiteBright' } > To start development on your project:</ Text >
6161 < Box flexDirection = { 'column' } >
6262 < 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 >
6464 </ Text >
6565 < 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 >
6767 </ Text >
6868 </ Box >
69- < Text bold > More info:</ Text >
69+ < Text color = { 'whiteBright' } > More info:</ Text >
7070 < Box flexDirection = { 'column' } >
7171 < Text >
72- - Check out < Text bold > .env.local</ Text > for more configurations.
72+ - Check out < Text color = { 'gray' } > .env.local</ Text > for more configurations.
7373 </ Text >
7474 < Text >
7575 - 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 > !
7777 </ Text >
7878 < Text >
7979 - Report issues with this installer{ ' ' }
0 commit comments