mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-05 22:55:58 +00:00
Change edit-notes icon
This commit is contained in:
parent
d118771dbf
commit
f5c23ceb3d
@ -1064,7 +1064,7 @@ view inav model =
|
|||||||
, onClick ToggleEditNotes
|
, onClick ToggleEditNotes
|
||||||
, href "#"
|
, href "#"
|
||||||
]
|
]
|
||||||
[ i [ class "edit outline icon" ] []
|
[ Icons.editNotesIcon
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
, renderMailForm model
|
, renderMailForm model
|
||||||
|
@ -5,6 +5,8 @@ module Data.Icons exposing
|
|||||||
, correspondentIcon
|
, correspondentIcon
|
||||||
, dueDate
|
, dueDate
|
||||||
, dueDateIcon
|
, dueDateIcon
|
||||||
|
, editNotes
|
||||||
|
, editNotesIcon
|
||||||
)
|
)
|
||||||
|
|
||||||
import Html exposing (Html, i)
|
import Html exposing (Html, i)
|
||||||
@ -39,3 +41,13 @@ dueDate =
|
|||||||
dueDateIcon : Html msg
|
dueDateIcon : Html msg
|
||||||
dueDateIcon =
|
dueDateIcon =
|
||||||
i [ class dueDate ] []
|
i [ class dueDate ] []
|
||||||
|
|
||||||
|
|
||||||
|
editNotes : String
|
||||||
|
editNotes =
|
||||||
|
"comment alternate outline icon"
|
||||||
|
|
||||||
|
|
||||||
|
editNotesIcon : Html msg
|
||||||
|
editNotesIcon =
|
||||||
|
i [ class editNotes ] []
|
||||||
|
Loading…
x
Reference in New Issue
Block a user