Skip to content

Commit

Permalink
make text style exhaustive
Browse files Browse the repository at this point in the history
  • Loading branch information
msparkles committed Jul 3, 2024
1 parent b126a02 commit 3377922
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/yakui-widgets/src/style.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
use yakui_core::geometry::Color;

#[derive(Debug, Clone)]
#[non_exhaustive]
pub struct TextStyle {
pub font_size: f32,
pub line_height_override: Option<f32>,
Expand Down

0 comments on commit 3377922

Please sign in to comment.