From b982c788fe25744897bc403e38d0ef4b98ba587d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hasan=20A=2E=20Tekeo=C4=9Flu?= <55619655+tekeoglan@users.noreply.github.com> Date: Tue, 1 Jul 2025 07:11:06 +0300 Subject: [PATCH] style(WeatherPopup): remove the border --- .config/quickshell/modules/bar/weather/WeatherPopup.qml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.config/quickshell/modules/bar/weather/WeatherPopup.qml b/.config/quickshell/modules/bar/weather/WeatherPopup.qml index 931a0469a..0829bea9e 100644 --- a/.config/quickshell/modules/bar/weather/WeatherPopup.qml +++ b/.config/quickshell/modules/bar/weather/WeatherPopup.qml @@ -11,10 +11,8 @@ Rectangle { implicitWidth: columnLayout.implicitWidth + margin * 2 implicitHeight: columnLayout.implicitHeight + margin * 2 color: Appearance.colors.colLayer0 - radius: 12 + radius: Appearance.rounding.small clip: true - border.color: Appearance.colors.colShadow - border.width: 1 ColumnLayout { id: columnLayout