From 937db0e5dd98a082dd2656cd237417376f737803 Mon Sep 17 00:00:00 2001 From: Lucas Pickup Date: Fri, 5 Jan 2024 15:05:25 -0700 Subject: [PATCH] Apparently spelling gray is hard. --- crates/re_space_view_text_log/src/space_view_class.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/re_space_view_text_log/src/space_view_class.rs b/crates/re_space_view_text_log/src/space_view_class.rs index 0364e7660235..f665bbbf11fb 100644 --- a/crates/re_space_view_text_log/src/space_view_class.rs +++ b/crates/re_space_view_text_log/src/space_view_class.rs @@ -424,7 +424,7 @@ fn table_ui( let text_color = if let Some(color) = entry.color { color.into() } else { - // TODO(lupickup): Understand why TextEdit text color is white instead of grey like the RichText version. + // TODO(lupickup): Understand why TextEdit text color is white instead of gray like the RichText version. ui.visuals() .override_text_color .unwrap_or_else(|| ui.visuals().widgets.inactive.text_color())