Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
TwIStOy committed Dec 8, 2023
1 parent e0842f7 commit cd1e0bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ export function test() {

let context = new BuildContext(500, 400);
let root = Container({
color: "black",
border: { width: 2, color: "blue", radius: 5 },
color: "#1e2030",
border: { width: 2, color: "black", radius: 5 },
height: "expand",
width: "expand",
padding: Padding.all(10),
Expand Down

0 comments on commit cd1e0bf

Please sign in to comment.