Skip to content

Commit

Permalink
change the order of props in Color to fix UI issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pantharshit00 committed Sep 12, 2019
1 parent 02e7601 commit 1b1c314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/introspection/src/prompt/screens/Step61Success.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const Step61Success: React.FC = () => {
)}
<Box flexDirection="column">
<Color dim>Start Prisma's development mode to enable access to</Color>
<Color dim>
<Color dim reset>
Prisma Studio and watch <Color bold>schema.prisma</Color>{' '}
<Color dim>
for changes:
Expand Down

0 comments on commit 1b1c314

Please sign in to comment.