summaryrefslogtreecommitdiff
path: root/modules/lock/Content.qml
diff options
context:
space:
mode:
Diffstat (limited to 'modules/lock/Content.qml')
-rw-r--r--modules/lock/Content.qml12
1 files changed, 12 insertions, 0 deletions
diff --git a/modules/lock/Content.qml b/modules/lock/Content.qml
index b7d3ddb..176dc8e 100644
--- a/modules/lock/Content.qml
+++ b/modules/lock/Content.qml
@@ -36,9 +36,21 @@ RowLayout {
Layout.fillWidth: true
Layout.fillHeight: true
+ radius: Appearance.rounding.small
+ color: Colours.tPalette.m3surfaceContainer
+ }
+
+ StyledClippingRect {
+ Layout.fillWidth: true
+ implicitHeight: media.implicitHeight
+
bottomLeftRadius: Appearance.rounding.large
radius: Appearance.rounding.small
color: Colours.tPalette.m3surfaceContainer
+
+ Media {
+ id: media
+ }
}
}