fix(lock): style password entry box
This commit is contained in:
parent
3260e162b5
commit
b538e242e3
1 changed files with 2 additions and 2 deletions
|
|
@ -97,14 +97,14 @@ in
|
||||||
|
|
||||||
input-field {
|
input-field {
|
||||||
monitor =
|
monitor =
|
||||||
size = 300, 50
|
size = 500, 50
|
||||||
outline_thickness = 2
|
outline_thickness = 2
|
||||||
dots_text_format = *
|
dots_text_format = *
|
||||||
dots_size = 0.9
|
dots_size = 0.9
|
||||||
dots_spacing = 0.3
|
dots_spacing = 0.3
|
||||||
dots_center = true
|
dots_center = true
|
||||||
outer_color = rgb(ffffff)
|
outer_color = rgb(ffffff)
|
||||||
inner_color = rgb(000000)
|
inner_color = rgba(00000000)
|
||||||
font_color = rgb(ffffff)
|
font_color = rgb(ffffff)
|
||||||
rounding = 0
|
rounding = 0
|
||||||
placeholder_text =
|
placeholder_text =
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue