💄 Update desing tab phase 2 (#3621)

* 💄 Update constraint component
* 💄 Update fill and selected color components
* 💄 Update stroke component
* 💄 Update text component
* 💄 Update frame grid component
* 💄 Update export component
* 💄 Update shadow and blur components
* 💄 Update colorpicker component UI
* 💄 Update svg attrs and componets components UI
* 💄 Small UI changes
* 🐛 Fix shadow functions
This commit is contained in:
Eva Marco 2023-09-27 12:10:36 +02:00 committed by GitHub
parent 95f1a8b9ee
commit fb36b77bd1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
92 changed files with 6014 additions and 2132 deletions

View file

@ -66,6 +66,7 @@
icon (unchecked-get props "icon")
id (unchecked-get props "id")
value (unchecked-get props "value")
title (unchecked-get props "title")
disabled (unchecked-get props "disabled")
unique-key (unchecked-get props "unique-key")
icon-class (unchecked-get props "icon-class")
@ -79,6 +80,7 @@
[:label {:for id
:key unique-key
:title title
:class (stl/css-case
:radio-icon true
:disabled disabled
@ -142,3 +144,6 @@
[:div {:class (dm/str class " " (stl/css :radio-btn-wrapper))
:style {:width width}}
children]]))