mirror of
https://github.com/penpot/penpot.git
synced 2026-09-08 21:19:49 +00:00
🐛 Fix border radius tooltip
This commit is contained in:
parent
c61b794ab6
commit
feaf027abf
@ -116,8 +116,7 @@
|
|||||||
[:> icon-button* {:class (stl/css-case :selected radius-expanded)
|
[:> icon-button* {:class (stl/css-case :selected radius-expanded)
|
||||||
:variant "ghost"
|
:variant "ghost"
|
||||||
:on-click toggle-radius-mode
|
:on-click toggle-radius-mode
|
||||||
:aria-label (tr "workspace.options.radius")
|
:aria-label (if radius-expanded
|
||||||
:title (if radius-expanded
|
(tr "workspace.options.radius.all-corners")
|
||||||
(tr "workspace.options.radius.all-corners")
|
(tr "workspace.options.radius.single-corners"))
|
||||||
(tr "workspace.options.radius.single-corners"))
|
|
||||||
:icon "corner-radius"}]]))
|
:icon "corner-radius"}]]))
|
||||||
Loading…
x
Reference in New Issue
Block a user