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