File tree Expand file tree Collapse file tree 1 file changed +14
-6
lines changed
app/server/static/components Expand file tree Collapse file tree 1 file changed +14
-6
lines changed Original file line number Diff line number Diff line change 54
54
div.control
55
55
div.form__field
56
56
div.form__input
57
- swatches( v-model ="newLabel.background_color" , colors ="basic" , \
58
- show-fallback =true , popover-to ="" , :trigger-style ="{ \
59
- width: '36px', height: '36px' }" )
57
+ swatches(
58
+ v-model ="newLabel.background_color"
59
+ colors ="basic"
60
+ show-fallback =true
61
+ popover-to =""
62
+ v-bind:trigger-style ="{ width: '36px', height: '36px' }"
63
+ )
60
64
div.control
61
65
a.button.random-color-button (
62
66
v-on:click ="setColor(newLabel)"
148
152
div.control
149
153
div.form__field
150
154
div.form__input
151
- swatches( v-model ="label.background_color" , colors ="basic" , \
152
- show-fallback =true , popover-to ="" , :trigger-style ="{ \
153
- width: '36px', height: '36px' }" )
155
+ swatches(
156
+ v-model ="label.background_color"
157
+ colors ="basic"
158
+ show-fallback =true
159
+ popover-to =""
160
+ v-bind:trigger-style ="{ width: '36px', height: '36px' }"
161
+ )
154
162
div.control
155
163
a.button.random-color-button (
156
164
v-on:click ="setColor(newLabel)"
You can’t perform that action at this time.
0 commit comments