Fix input field variable name (#483)

Use underscore instead of dash
This commit is contained in:
asiantuntija 2024-02-20 13:33:49 +02:00 committed by GitHub
parent 75e0ba1cf8
commit 5b1729d286
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@ input-field {
inner_color = rgb(200, 200, 200)
font_color = rgb(10, 10, 10)
fade_on_empty = true
placeholder-text = <i>Input Password...</i> # Text rendered in the input box when it's empty.
placeholder_text = <i>Input Password...</i> # Text rendered in the input box when it's empty.
position = 0, -20
halign = center
@ -89,4 +89,4 @@ label {
Available variables for `text`:
- `$USER` - username
- `$TIME` - current time (e.g. `13:37`)
- `$TIME` - current time (e.g. `13:37`)