0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-21 06:02:32 -05:00

Example styling

This commit is contained in:
Florian Schroedl 2024-08-16 12:22:57 +02:00
parent c2a045ad5b
commit 636c3b822c

View file

@ -177,7 +177,11 @@
[:div
{:style {:display "flex"
:flex-direction "column"
:gap "10px"}}
:gap "10px"
:max-height "350px"
:overflow "auto"
:border-bottom "2px solid grey"
:padding "10px"}}
(str "Themes (selected: " selected-theme-id ")")
[:div