mirror of
https://github.com/penpot/penpot.git
synced 2025-01-23 06:58:58 -05:00
Fix missing dependency
This commit is contained in:
parent
48c85d7200
commit
23bee8415a
1 changed files with 1 additions and 1 deletions
|
@ -289,7 +289,7 @@
|
||||||
|
|
||||||
on-radius-1-change
|
on-radius-1-change
|
||||||
(mf/use-fn
|
(mf/use-fn
|
||||||
(mf/deps ids change-radius)
|
(mf/deps ids change-radius border-radius-tokens)
|
||||||
(fn [value]
|
(fn [value]
|
||||||
(let [token (when (symbol? value)
|
(let [token (when (symbol? value)
|
||||||
(get border-radius-tokens (str value)))
|
(get border-radius-tokens (str value)))
|
||||||
|
|
Loading…
Add table
Reference in a new issue