From bb4eeb762076647f89a73ccfa418cd7afb1febdb Mon Sep 17 00:00:00 2001 From: Redhawk18 Date: Sat, 15 Jul 2023 01:00:14 -0400 Subject: [PATCH] make stylesheet public --- src/native/tab_bar.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/native/tab_bar.rs b/src/native/tab_bar.rs index eee6c3f6..b48bf596 100644 --- a/src/native/tab_bar.rs +++ b/src/native/tab_bar.rs @@ -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.