2024-11-18 22:37 : id 204
This commit is contained in:
parent
6622e0b5bc
commit
53eb891401
@ -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}";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user