Skip to content

Commit e609c34

Browse files
authored
Merge pull request #7303 from continuedev/tingwai/cli/bold-rules
chore: bold Rules to match other headers IntroMessage
2 parents 5187b78 + d13d694 commit e609c34

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

extensions/cli/src/ui/IntroMessage.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,9 @@ const IntroMessage: React.FC<IntroMessageProps> = ({
8585
{/* Rules */}
8686
{allRules.length > 0 && (
8787
<>
88-
<Text color="blue">Rules:</Text>
88+
<Text bold color="blue">
89+
Rules:
90+
</Text>
8991
{allRules.map((rule, index) => (
9092
<Text key={index}>
9193
- <Text color="white">{rule}</Text>

0 commit comments

Comments
 (0)