2024-11-18 22:59 : id 206
This commit is contained in:
parent
b1dd36359c
commit
12b9279a10
@ -149,22 +149,20 @@ in
|
||||
}
|
||||
];
|
||||
input-field = [
|
||||
{
|
||||
rounding = "${CORNER_RADIUS}";
|
||||
size = "200, 50";
|
||||
position = "0, 0";
|
||||
dots_rounding = "${CORNER_RADIUS}";
|
||||
dots_center = true;
|
||||
fade_on_empty = true;
|
||||
font_color = "${FG}";
|
||||
inner_color = "${FG}";
|
||||
outer_color = "${ACCENT}";
|
||||
outline_thickness = "${BORDER_WIDTH}";
|
||||
placeholder_text = "Password...";
|
||||
fail_text = "😬 Oooooh that was wrong mate!⚠️";
|
||||
shadow_size = 3;
|
||||
shadow_color = "${FG}";
|
||||
}
|
||||
{
|
||||
rounding = "${CORNER_RADIUS}";
|
||||
size = "200, 50";
|
||||
position = "0, 0";
|
||||
dots_rounding = "${CORNER_RADIUS}";
|
||||
dots_center = true;
|
||||
fade_on_empty = true;
|
||||
font_color = "${FG}";
|
||||
inner_color = "${FG}";
|
||||
outer_color = "${ACCENT}";
|
||||
outline_thickness = "${BORDER_WIDTH}";
|
||||
placeholder_text = "Password...";
|
||||
fail_text = "😬 Oooooh that was wrong mate!⚠️";
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user