Skip to content

Commit

Permalink
Fix default gap style in TspDataProvider
Browse files Browse the repository at this point in the history
The style key should be 'background-color' and the value should be a
string with format '#rrggbb'.

Signed-off-by: Patrick Tasse <patrick.tasse@ericsson.com>
  • Loading branch information
PatrickTasse committed May 10, 2021
1 parent 86586fd commit 692269e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ export class TspDataProvider {
return {
parentKey: '',
values: {
color: 0xCACACA,
'background-color': '#CACACA',
height: 1.0
}
};
Expand Down

0 comments on commit 692269e

Please sign in to comment.