Skip to content

Commit

Permalink
Apparently spelling gray is hard.
Browse files Browse the repository at this point in the history
  • Loading branch information
tot0 committed Jan 6, 2024
1 parent 6292600 commit 937db0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/re_space_view_text_log/src/space_view_class.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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())
Expand Down

0 comments on commit 937db0e

Please sign in to comment.