diff options
Diffstat (limited to 'home/apps/wofi/style.nix')
| -rw-r--r-- | home/apps/wofi/style.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/apps/wofi/style.nix b/home/apps/wofi/style.nix index 75a0a21..8d1fb75 100644 --- a/home/apps/wofi/style.nix +++ b/home/apps/wofi/style.nix @@ -18,7 +18,7 @@ in '' /* Window */ window { margin: 0px; - border: ${borderWidth} solid ${primary}; + border: none; border-radius: ${outerRadius}; background-color: ${base}; } |