index
:
iced_material
master
A custom theme for iced, inspired by Material3
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
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
{}