diff --git a/.config/quickshell/ii/modules/common/widgets/StyledPopup.qml b/.config/quickshell/ii/modules/common/widgets/StyledPopup.qml index abe08045..baa37cce 100644 --- a/.config/quickshell/ii/modules/common/widgets/StyledPopup.qml +++ b/.config/quickshell/ii/modules/common/widgets/StyledPopup.qml @@ -58,6 +58,9 @@ LazyLoader { color: Appearance.colors.colSurfaceContainer radius: Appearance.rounding.small children: [root.contentItem] + + border.width: 1 + border.color: Appearance.colors.colLayer0Border } } }