mirror of
https://github.com/danth/stylix
synced 2024-11-21 19:53:10 +00:00
wofi: specify font size unit as pt (#552)
Link: danth#251 Link: danth#552 Tested-by: cgahr <26804763+cgahr@users.noreply.github.com> Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
This commit is contained in:
parent
58b3a70b1d
commit
53bcceb4e4
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ in {
|
|||
programs.wofi.style = with colors; ''
|
||||
window {
|
||||
font-family: "${monospace.name}";
|
||||
font-size: ${toString sizes.popups};
|
||||
font-size: ${toString sizes.popups}pt;
|
||||
|
||||
background-color: ${base00};
|
||||
color: ${base05};
|
||||
|
|
Loading…
Reference in a new issue