Skip to content

Commit

Permalink
fix: appList group popup text cannot be seen clearly in dark mode
Browse files Browse the repository at this point in the history
as title

Log: as title
Issue: linuxdeepin/developer-center#10157
  • Loading branch information
yixinshark authored and deepin-bot[bot] committed Aug 9, 2024
1 parent 8fb5b3c commit 7217a5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qml/FolderGridViewPopup.qml
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ Popup {
blurMultiplier: 5.0
backgroundColor: Palette {
normal: Qt.rgba(1.0, 1.0, 1.0, 0.2)
normalDark: Qt.rgba(1.0, 1.0, 1.0, 0.2)
normalDark: Qt.rgba(20/255, 20/255, 20/255, 0.4)
}
dropShadowColor: null
outsideBorderColor: isWindowedMode ? DStyle.Style.floatingPanel.outsideBorder : null
Expand Down

0 comments on commit 7217a5f

Please sign in to comment.