0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-11 23:31:21 -05:00

add some formatting

This commit is contained in:
Akshay Gupta 2024-06-23 00:16:15 +05:30
parent 62fc2cf652
commit 75bdda6b07
No known key found for this signature in database
3 changed files with 9 additions and 11 deletions

View file

@ -194,6 +194,4 @@
[:button {:class (stl/css :download-json-button)
:on-click download-tokens-as-json} "Download Tokens as JSON"
[:span.separator]
download-icon]
])
download-icon]])

View file

@ -75,8 +75,8 @@
.download-icon {
@extend .button-icon;
stroke: var(--icon-foreground);
width:20px;
height:20px;
width: 20px;
height: 20px;
margin-left: $s-8;
}