mirror of https://github.com/espruino/BangleApps
ctrlpad: work with light & dark themes
parent
c698048224
commit
375b977967
|
@ -60,7 +60,9 @@
|
||||||
renderG2(): void {
|
renderG2(): void {
|
||||||
this.g2
|
this.g2
|
||||||
.reset()
|
.reset()
|
||||||
.clearRect(0, 0, this.width, this.height)
|
.setColor(g.theme.bg)
|
||||||
|
.fillRect(0, 0, this.width, this.height)
|
||||||
|
.setColor(colour.on.bg)
|
||||||
.drawRect(0, 0, this.width - 1, this.height - 1)
|
.drawRect(0, 0, this.width - 1, this.height - 1)
|
||||||
.drawRect(1, 1, this.width - 2, this.height - 2);
|
.drawRect(1, 1, this.width - 2, this.height - 2);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue