Skip to content

Commit

Permalink
Update editor/src/clj/editor/font.clj
Browse files Browse the repository at this point in the history
Co-authored-by: Mats Gisselson <[email protected]>
  • Loading branch information
AGulev and matgis committed May 8, 2024
1 parent 21e1ca4 commit bd0c72e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions editor/src/clj/editor/font.clj
Original file line number Diff line number Diff line change
Expand Up @@ -407,8 +407,8 @@
[1 0 0]
[1 1 1])
shadow-offset {:x (if (:is-monospaced font-map)
(- (:shadow-x font-map) (* (:padding font-map) 0.5))
(:shadow-x font-map))
(- (:shadow-x font-map) (* (:padding font-map) 0.5))
(:shadow-x font-map))
:y (:shadow-y font-map)}
alpha (:alpha font-map)
outline-alpha (:outline-alpha font-map)
Expand Down

0 comments on commit bd0c72e

Please sign in to comment.