summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CardGrid.ui.qml4
1 files changed, 3 insertions, 1 deletions
diff --git a/CardGrid.ui.qml b/CardGrid.ui.qml
index 1584e36..cc280e2 100644
--- a/CardGrid.ui.qml
+++ b/CardGrid.ui.qml
@@ -28,7 +28,9 @@ Item {
DropShadow {
source: rectangle
- color: Qt.rgba(.113, .227, .325, .15)
+ color: "#261d3a53"
+ radius: 5
+ samples: 11
anchors.fill: rectangle
}