Skip to content

Commit

Permalink
fix dot icon
Browse files Browse the repository at this point in the history
  • Loading branch information
sprocketc committed Mar 10, 2024
1 parent ee9a9fb commit a8cf1b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/document/views.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
(rf/dispatch [:document/close key]))}
[comp/icon "times"]
(when-not saved?
[comp/icon "dot" {:class "dot"}])])
[comp/icon "dot" {:class "icon dot"}])])

(defn context-menu
[key]
Expand Down

0 comments on commit a8cf1b8

Please sign in to comment.