Skip to content

Commit

Permalink
fix: ambiguous palette import
Browse files Browse the repository at this point in the history
  • Loading branch information
wash2 committed Nov 30, 2023
1 parent 2606f76 commit c5708e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion style/src/theme.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//! Use the built-in theme and styles.
pub mod palette;

pub use palette::Palette;
pub use self::palette::Palette;

use crate::application;
use crate::button;
Expand Down

0 comments on commit c5708e4

Please sign in to comment.