mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 00:13:55 -05:00
home/hyprland: fixed missing closing tag for placeholder bolding
This commit is contained in:
parent
cfbefa1bd6
commit
65d933bdb5
|
@ -19,7 +19,7 @@ input-field {
|
|||
font_color = rgb(48, 52, 70)
|
||||
fade_on_empty = false
|
||||
fade_timeout = 1000 # Milliseconds before fade_on_empty is triggered.
|
||||
placeholder_text = <b>...<b> # Text rendered in the input box when it's empty.
|
||||
placeholder_text = <b>...</b> # Text rendered in the input box when it's empty.
|
||||
hide_input = false
|
||||
rounding = -1 # -1 means complete rounding (circle/oval)
|
||||
check_color = rgb(204, 136, 34)
|
||||
|
|
Loading…
Reference in a new issue