diff --git a/assets/images/cardbacks.png b/assets/images/cardbacks.png index 5a3b396..dd44aca 100644 Binary files a/assets/images/cardbacks.png and b/assets/images/cardbacks.png differ diff --git a/assets/images/cardbacks.psd b/assets/images/cardbacks.psd index abc98a6..39d986c 100644 Binary files a/assets/images/cardbacks.psd and b/assets/images/cardbacks.psd differ diff --git a/src/ui/Button.js b/src/ui/Button.js index d5a2fda..05820cc 100644 --- a/src/ui/Button.js +++ b/src/ui/Button.js @@ -55,8 +55,8 @@ export class Button extends Phaser.GameObjects.Container { if (this._active) return; const { bgHover: bgh, textHoverColor: thc, variant: v } = this.options; if (v === 'ghost') { - this._drawBg(bgh, 0.18); - this.text.setColor(COLORS.goldHex); + this._drawBg(bgh, 0.9); + this.text.setColor(thc); } else { this._drawBg(bgh, 1); this.text.setColor(thc);