Skip to content

Commit

Permalink
Fix color issue fro templates 🐛 #331
Browse files Browse the repository at this point in the history
  • Loading branch information
Freymaurer committed Jan 24, 2024
1 parent 16e62ac commit 8b1cd87
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,6 @@ let private protocolElement i (template:ARCtrl.Template.Template) (model:Model)
prop.classes [ "nonSelectText"; if isActive then "hoverTableEle"]
prop.style [
style.cursor.pointer; style.userSelect.none;
style.color "white"
]
prop.onClick (fun e ->
e.preventDefault()
Expand Down

0 comments on commit 8b1cd87

Please sign in to comment.