mirror of
https://github.com/penpot/penpot.git
synced 2025-06-12 05:51:40 +02:00
✨ Remove unused css var colors
This commit is contained in:
parent
595f153d85
commit
540875c41e
6 changed files with 4 additions and 826 deletions
|
@ -36,7 +36,7 @@
|
|||
title (unchecked-get props "title")
|
||||
default (unchecked-get props "default")
|
||||
nillable? (unchecked-get props "nillable")
|
||||
class (d/nilv (unchecked-get props "className") "input-text")
|
||||
class (d/nilv (unchecked-get props "className") "")
|
||||
|
||||
min-value (d/parse-double min-value)
|
||||
max-value (d/parse-double max-value)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue