diff --git a/app/components/Common/Buttons.vue b/app/components/Common/Buttons.vue index 8ba58f2..fc56991 100644 --- a/app/components/Common/Buttons.vue +++ b/app/components/Common/Buttons.vue @@ -25,13 +25,12 @@ const A_BUTTON: Rect = [144, 172, BUTTON_WIDTH, BUTTON_HEIGHT]; onRender((ctx) => { ctx.globalAlpha = props.opacity ?? 1; ctx.font = "10px NDS10"; + ctx.fillStyle = "#010101"; ctx.translate(0, props.yOffset); const drawButton = ( - image: { - draw: (ctx: CanvasRenderingContext2D, x: number, y: number) => void; - }, + image: AtlasImage, text: string, x: number, offset: number,