diff --git a/kde/sddm/components/Input.qml b/kde/sddm/components/Input.qml index a667f43..a1295ec 100644 --- a/kde/sddm/components/Input.qml +++ b/kde/sddm/components/Input.qml @@ -12,10 +12,10 @@ TextField { color: "#1E2326" opacity: 0.7 radius: parent.width / 2 - height: 30 - width: 270 + width: parent.width + height: width / 9 border.width: 1 border.color: "#121517" anchors.centerIn: parent } -} \ No newline at end of file +}