Skip to content
Snippets Groups Projects
Commit b3aeadd0 authored by Gino Valente's avatar Gino Valente
Browse files

Changed wording

parent 527644f3
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ pub struct TextProps { ...@@ -17,7 +17,7 @@ pub struct TextProps {
pub line_height: Option<f32>, pub line_height: Option<f32>,
/// If true, displays the default text cursor when hovered. /// If true, displays the default text cursor when hovered.
/// ///
/// This _will_ override `cursor` values set by styles. /// This _will_ override the `cursor` style.
pub show_cursor: bool, pub show_cursor: bool,
/// The font size (in pixels) /// The font size (in pixels)
/// ///
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment