Add icon to fixed dropdown

This commit is contained in:
Eike Kettner
2021-03-27 18:30:32 +01:00
parent 589e136883
commit 9fcab84267
13 changed files with 32 additions and 14 deletions

View File

@ -190,6 +190,7 @@ view2 settings model =
Comp.FixedDropdown.Item
model.categoryListType
(Data.ListType.label model.categoryListType)
Nothing
in
div []
[ Markdown.toHtml [ class "px-2 py-2 opacity-75" ]