1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-09-16 10:51:42 +02:00

Use light blue for the message

This commit is contained in:
mo8it 2024-04-10 14:31:08 +02:00
parent a59acf8835
commit 193e0a03b2

View File

@ -186,7 +186,7 @@ impl UiState {
"↓/j ↑/k home/g end/G │ filter <d>one/<p>ending │ <r>eset │ <c>ontinue at │ <q>uit",
)
} else {
self.message.as_str().blue()
self.message.as_str().light_blue()
};
frame.render_widget(
message,