mirror of
https://github.com/penpot/penpot.git
synced 2025-06-01 09:51:40 +02:00
🐛 Remove unnecesary icon (#6524)
This commit is contained in:
parent
47490db4be
commit
c2ce7c6cf6
1 changed files with 2 additions and 3 deletions
|
@ -15,7 +15,7 @@
|
|||
[app.main.ui.ds.buttons.button :refer [button*]]
|
||||
[app.main.ui.ds.buttons.icon-button :refer [icon-button*]]
|
||||
[app.main.ui.ds.controls.input :refer [input*]]
|
||||
[app.main.ui.ds.foundations.assets.icon :as i :refer [icon*]]
|
||||
[app.main.ui.ds.foundations.assets.icon :as i]
|
||||
[app.main.ui.ds.foundations.typography :as t]
|
||||
[app.main.ui.ds.foundations.typography.heading :refer [heading*]]
|
||||
[app.main.ui.ds.foundations.typography.text :refer [text*]]
|
||||
|
@ -87,8 +87,7 @@
|
|||
[:div {:class (stl/css :settings-modal-content)}
|
||||
[:div {:class (stl/css :settings-modal-subtitle-wrapper)}
|
||||
[:> text* {:as "span" :typography t/body-large :class (stl/css :settings-subtitle)}
|
||||
(tr "workspace.tokens.base-font-size")]
|
||||
[:> icon* {:icon-id "info"}]]
|
||||
(tr "workspace.tokens.base-font-size")]]
|
||||
[:> text* {:as "span" :typography t/body-medium :class (stl/css :settings-modal-description)}
|
||||
(tr "workspace.tokens.setting-description")]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue