2024-11-18 22:37 : id 204

This commit is contained in:
deadvey 2024-11-18 22:37:03 +00:00
parent 6622e0b5bc
commit 53eb891401

View File

@ -150,6 +150,7 @@ in
]; ];
input-field = [ input-field = [
{ {
rounding = "${CORNER_RADIUS}";
size = "200, 50"; size = "200, 50";
position = "0, 0"; position = "0, 0";
dots_rounding = "${CORNER_RADIUS}"; dots_rounding = "${CORNER_RADIUS}";
@ -161,6 +162,9 @@ in
outline_thickness = "${BORDER_WIDTH}"; outline_thickness = "${BORDER_WIDTH}";
placeholder_text = "Password..."; placeholder_text = "Password...";
fail_text = "😬 Oooooh that was wrong mate!"; fail_text = "😬 Oooooh that was wrong mate!";
shadow_passes = 3;
shadow_size = 3;
shadow_color = "${FG}";
} }
]; ];
}; };