From ddc862495ef26dcc324814c6921418d18f95d1f2 Mon Sep 17 00:00:00 2001 From: iFargle Date: Sat, 6 Jan 2024 21:06:46 +0900 Subject: [PATCH] test --- home-manager/common/desktops/hyprland/components/wlogout.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-manager/common/desktops/hyprland/components/wlogout.nix b/home-manager/common/desktops/hyprland/components/wlogout.nix index 67356a0a..d6a0869e 100644 --- a/home-manager/common/desktops/hyprland/components/wlogout.nix +++ b/home-manager/common/desktops/hyprland/components/wlogout.nix @@ -59,7 +59,7 @@ } button { color: #${config.lib.stylix.colors.base04}; - font-size: 0px; + font-size: 24px; border-radius: 5000px; margin: 25px; background-color: #${config.lib.stylix.colors.base02};