Change name of hovered region style struct, reorder lines & export Appearance

This commit is contained in:
Joao Freitas 2023-05-17 15:30:35 +01:00
parent 99aa54cd88
commit 0cb84c1c4c
No known key found for this signature in database
GPG key ID: 4FAF61C62BC37389
3 changed files with 19 additions and 19 deletions

View file

@ -30,7 +30,7 @@ pub use split::Split;
pub use state::State;
pub use title_bar::TitleBar;
pub use crate::style::pane_grid::{Line, StyleSheet};
pub use crate::style::pane_grid::{Appearance, Line, StyleSheet};
use crate::container;
use crate::core::event::{self, Event};