Skip to content

Commit

Permalink
make stylesheet public
Browse files Browse the repository at this point in the history
  • Loading branch information
Redhawk18 committed Jul 15, 2023
1 parent a5c88cb commit bb4eeb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/native/tab_bar.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ use iced_native::{

pub mod tab_label;
pub use tab_label::TabLabel;
pub use crate::style::tab_bar::Appearance;
pub use crate::style::tab_bar::{Appearance, StyleSheet};

use crate::{graphics::icons, style::tab_bar::StyleSheet};
use crate::graphics::icons;

use std::marker::PhantomData;
/// The default icon size.
Expand Down

0 comments on commit bb4eeb7

Please sign in to comment.