From bcb7020f42f9872289f6a48a007d91049def5e83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=84=8B=E1=85=A2=E1=84=91=E1=85=B3=E1=86=AF=20=E1=84=82?= =?UTF-8?q?=E1=85=A9=E1=84=90=E1=85=B3=E1=84=87=E1=85=AE=E1=86=A8?= Date: Thu, 29 Aug 2019 09:42:47 +0900 Subject: [PATCH] Fix: disabled text color --- src/game/lib/flat_button/play_app_button.js | 2 +- src/game/lib/flat_button/typing_app_button.js | 2 +- src/game/lib/flat_button/typing_exam_button.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/game/lib/flat_button/play_app_button.js b/src/game/lib/flat_button/play_app_button.js index 6eaa367..15e429b 100644 --- a/src/game/lib/flat_button/play_app_button.js +++ b/src/game/lib/flat_button/play_app_button.js @@ -193,4 +193,4 @@ PlayAppButton.ICON_COLOR_DISABLED_HEX = MainColor.LIGHT_GRAY_HEX; PlayAppButton.TEXT_COLOR_OUT_STRING = MainColor.LINEN_STRING; PlayAppButton.TEXT_COLOR_OVER_STRING = MainColor.LINEN_STRING; PlayAppButton.TEXT_COLOR_DOWN_STRING = MainColor.LIGHT_CHOCO_STRING; -PlayAppButton.TEXT_COLOR_DISABLED_STRING = MainColor.DARKER_GRAY_STRING; \ No newline at end of file +PlayAppButton.TEXT_COLOR_DISABLED_STRING = MainColor.GRAY_STRING; \ No newline at end of file diff --git a/src/game/lib/flat_button/typing_app_button.js b/src/game/lib/flat_button/typing_app_button.js index f02abfa..7f6022a 100644 --- a/src/game/lib/flat_button/typing_app_button.js +++ b/src/game/lib/flat_button/typing_app_button.js @@ -245,4 +245,4 @@ TypingAppButton.BUTTON_COLOR_DISABLED_HEX = MainColor.LIGHT_GRAY_HEX; TypingAppButton.TEXT_COLOR_OUT_STRING = MainColor.LINEN_STRING; TypingAppButton.TEXT_COLOR_OVER_STRING = MainColor.LINEN_STRING; TypingAppButton.TEXT_COLOR_DOWN_STRING = MainColor.LIGHT_CHOCO_STRING; -TypingAppButton.TEXT_COLOR_DISABLED_STRING = MainColor.DARKER_GRAY_STRING; \ No newline at end of file +TypingAppButton.TEXT_COLOR_DISABLED_STRING = MainColor.GRAY_STRING; \ No newline at end of file diff --git a/src/game/lib/flat_button/typing_exam_button.js b/src/game/lib/flat_button/typing_exam_button.js index 55a1ef2..b50d724 100644 --- a/src/game/lib/flat_button/typing_exam_button.js +++ b/src/game/lib/flat_button/typing_exam_button.js @@ -203,4 +203,4 @@ TypingExamButton.BUTTON_COLOR_DISABLED_HEX = MainColor.LIGHT_GRAY_HEX; TypingExamButton.TEXT_COLOR_OUT_STRING = MainColor.LINEN_STRING; TypingExamButton.TEXT_COLOR_OVER_STRING = MainColor.LINEN_STRING; TypingExamButton.TEXT_COLOR_DOWN_STRING = MainColor.LIGHT_CHOCO_STRING; -TypingExamButton.TEXT_COLOR_DISABLED_STRING = MainColor.DARKER_GRAY_STRING; \ No newline at end of file +TypingExamButton.TEXT_COLOR_DISABLED_STRING = MainColor.GRAY_STRING; \ No newline at end of file