mirror of
https://github.com/penpot/penpot.git
synced 2025-01-25 07:58:49 -05:00
🐛 Fix checkbox of the file export modal
This commit is contained in:
parent
cdc8c270dc
commit
7f4bc246c6
1 changed files with 2 additions and 2 deletions
|
@ -245,8 +245,8 @@
|
|||
[:label {:for (str "page-" current-page-id)
|
||||
:class (stl/css-case :global/checked true)}
|
||||
|
||||
[:span {:class (stl/css :checked)}
|
||||
i/status-tick-refactor]
|
||||
[:span {:class (stl/css :checked)}
|
||||
i/status-tick-refactor]
|
||||
|
||||
(:name current-page)]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue