summaryrefslogtreecommitdiff
path: root/packages/create-astro/src/components/Install.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/create-astro/src/components/Install.tsx')
-rw-r--r--packages/create-astro/src/components/Install.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/create-astro/src/components/Install.tsx b/packages/create-astro/src/components/Install.tsx
index 776c0cc34..d560322d0 100644
--- a/packages/create-astro/src/components/Install.tsx
+++ b/packages/create-astro/src/components/Install.tsx
@@ -12,8 +12,8 @@ const Install: FC<{ context: any }> = ({ context: { use } }) => {
</Box>
<Box>
<Spacer />
- <Text color="white" dimColor>
- (aka running <Text color="#17C083">{use === 'npm' ? 'npm install' : 'yarn'}</Text>)
+ <Text dimColor>
+ (aka running <Text dimColor>{use === 'npm' ? 'npm install' : 'yarn'}</Text>)
</Text>
</Box>
</>