Skip to content

Commit

Permalink
it's already contained
Browse files Browse the repository at this point in the history
  • Loading branch information
dgtized committed Feb 15, 2024
1 parent f7f37c5 commit e98d7bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shimmers/sketches/carrier_wave.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
;; TODO: use fraction controls
(defn controls [ui-state]
(let [sr [-7 7 0.25]]
[:div.contained
[:div
(ctrl/numeric ui-state "A" [:params 0] sr)
(ctrl/numeric ui-state "B" [:params 1] sr)
(ctrl/numeric ui-state "C" [:params 2] sr)
Expand Down

0 comments on commit e98d7bb

Please sign in to comment.