Skip to content
Snippets Groups Projects
Commit df555c0e authored by rhenck's avatar rhenck
Browse files

Add background color setting to simple-text-field

#343
parent 7d9ffb63
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,7 @@ import {
[style.font-weight]="elementModel.styling.bold ? 'bold' : ''"
[style.font-style]="elementModel.styling.italic ? 'italic' : ''"
[style.text-decoration]="elementModel.styling.underline ? 'underline' : ''"
[style.background-color]="elementModel.styling.backgroundColor"
[readonly]="elementModel.readOnly"
[formControl]="elementFormControl"
[value]="elementModel.value"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment