[Fixed Position] Add stroke property
Add stroke property to Fixed Position toolbar for borders, line color. WTD-881.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<div ng-style="{ background: ngModel.element.fill }"
|
||||
<div ng-style="{ background: ngModel.fill(), border: '1px solid ' + ngModel.stroke() }"
|
||||
style="width: 100%; height: 100%; overflow: hidden;">
|
||||
{{ngModel.element.text}}
|
||||
</div>
|
||||
Reference in New Issue
Block a user