Add a stroke width option to the Line Tool (#355)

* Add a stroke width option to the Line Tool

* Fix title case for line options

* Add px unit to line stroke width

* Add stroke width to pen tool

* Rename stroke width to weight

* Change number input width to min-width

* Remove the word "stroke" from "stroke weight"
This commit is contained in:
Henry Sloan
2021-08-23 21:55:59 -04:00
committed by Keavon Chambers
parent 0a7c6df222
commit 44f244fb5f
5 changed files with 33 additions and 8 deletions
@@ -19,7 +19,7 @@
<style lang="scss">
.number-input {
width: 80px;
min-width: 80px;
height: 24px;
position: relative;
border-radius: 2px;
@@ -38,7 +38,8 @@
input {
flex: 1 1 100%;
width: 100%;
width: 0;
min-width: 30px;
height: 18px;
line-height: 18px;
margin: 0 8px;