diff --git a/com.github.Melawy.Lera-Sugar.desktop/contents/splash/Splash.qml b/com.github.Melawy.Lera-Sugar.desktop/contents/splash/Splash.qml index 71bc8c8..f27396e 100644 --- a/com.github.Melawy.Lera-Sugar.desktop/contents/splash/Splash.qml +++ b/com.github.Melawy.Lera-Sugar.desktop/contents/splash/Splash.qml @@ -163,13 +163,13 @@ Pane { width: 1920 Text { id: text - font.pointSize: 64 + font.pointSize: 48 x: (form.width - width) / 2 y: (form.height / 3) * 2 anchors.centerIn: form text: "Welcome!" visible: true - color: "#e92222" + color: "#A03d40" } }