mirror of
https://github.com/penpot/penpot.git
synced 2025-07-01 12:07:17 +02:00
🐛 Fix uppercase text and copy (#5821)
This commit is contained in:
parent
cd87cbe44e
commit
10174aa7bc
5 changed files with 14 additions and 13 deletions
|
@ -135,7 +135,7 @@
|
|||
:on-click on-edit-theme}
|
||||
[:div {:class (stl/css :label-wrapper)}
|
||||
[:> text* {:as "span" :typography "body-medium"}
|
||||
(tr "workspace.token.num-sets" sets-count)]
|
||||
(tr "workspace.token.num-active-sets" sets-count)]
|
||||
[:> icon* {:icon-id "arrow-right"}]]]
|
||||
|
||||
[:> button* {:class (stl/css :sets-count-empty-button)
|
||||
|
@ -144,7 +144,7 @@
|
|||
:on-click on-edit-theme}
|
||||
[:div {:class (stl/css :label-wrapper)}
|
||||
[:> text* {:as "span" :typography "body-medium"}
|
||||
(tr "workspace.token.no-sets")]
|
||||
(tr "workspace.token.no-active-sets")]
|
||||
[:> icon* {:icon-id "arrow-right"}]]])
|
||||
|
||||
[:> icon-button* {:on-click delete-theme
|
||||
|
|
|
@ -162,6 +162,7 @@
|
|||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
text-transform: lowercase;
|
||||
}
|
||||
|
||||
.edit-theme-wrapper {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue