We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddc0024 commit 24679a9Copy full SHA for 24679a9
egui/src/style.rs
@@ -200,7 +200,7 @@ pub struct Visuals {
200
pub hyperlink_color: Color32,
201
202
/// Something just barely different from the background color.
203
- /// Used for [`Grid::striped`].
+ /// Used for [`crate::Grid::striped`].
204
pub faint_bg_color: Color32,
205
206
/// Very dark or light color (for corresponding theme).
0 commit comments