Skip to content

Commit

Permalink
chore: set separate bg color for sheet
Browse files Browse the repository at this point in the history
  • Loading branch information
Caele committed Mar 27, 2023
1 parent 32cd3f8 commit 4fda8bf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/rendering/sheet/configured.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@ const configured = stardust.embed.createConfiguration({
Promise.resolve({
_inherit: false,
color: '#fff',
backgroundColor: '#ff00ff',
object: {
backgroundColor: '#ff00ff',
},
backgroundColor: '#eeeeee',
fontSize: '20px',
fontFamily: 'Arial',
}),
Expand Down

0 comments on commit 4fda8bf

Please sign in to comment.