Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/eez-open/studio
Browse files Browse the repository at this point in the history
  • Loading branch information
prasimix committed Jun 13, 2022
2 parents 8e83e53 + 2237175 commit 1a6d307
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/project-editor/features/style/style.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -800,6 +800,7 @@ export class Style extends EezObject {
direction?: string;
color?: string;
backgroundColor?: string;
backgroundImage?: string;
activeColor?: string;
activeBackgroundColor?: string;
focusColor?: string;
Expand Down Expand Up @@ -835,6 +836,7 @@ export class Style extends EezObject {
direction: observable,
color: observable,
backgroundColor: observable,
backgroundImage: observable,
activeColor: observable,
activeBackgroundColor: observable,
focusColor: observable,
Expand Down Expand Up @@ -1884,6 +1886,7 @@ export class Style extends EezObject {
"background-image",
`url(${bitmap.image})`
]);
spec[0].attrs.push(["background-repeat", `no-repeat`]);
}
}

Expand Down

0 comments on commit 1a6d307

Please sign in to comment.