summaryrefslogtreecommitdiff
path: root/crates/material_theme/src/combo_box.rs
blob: 3024176b883ff42968f803f9b945141744ad561c (plain)
1
2
3
4
5
use iced_widget::combo_box::Catalog;

use super::Theme;

impl Catalog for Theme {}