aboutsummaryrefslogtreecommitdiff
path: root/src/Chelleport/Config.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Chelleport/Config.hs')
-rw-r--r--src/Chelleport/Config.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Chelleport/Config.hs b/src/Chelleport/Config.hs
index 398e3d6..ab94dce 100644
--- a/src/Chelleport/Config.hs
+++ b/src/Chelleport/Config.hs
@@ -5,10 +5,10 @@ import Foreign.C (CFloat)
import qualified SDL
searchingTextStyle :: TextStyle
-searchingTextStyle = TextStyle {textColor = colorWhite, textSize = FontSM}
+searchingTextStyle = TextStyle {textColor = colorWhite, textSize = FontSM, textAlign = AlignCenter}
hintLabelTextStyle :: TextStyle
-hintLabelTextStyle = TextStyle {textColor = colorWhite, textSize = FontLG}
+hintLabelTextStyle = TextStyle {textColor = colorWhite, textSize = FontLG, textAlign = AlignLeft}
colorWhite :: Color
colorWhite = SDL.V4 255 255 255 255