diff --git a/src/timeline/LinkPreviewComponent.qml b/src/timeline/LinkPreviewComponent.qml index 2025909a6..f29af4116 100644 --- a/src/timeline/LinkPreviewComponent.qml +++ b/src/timeline/LinkPreviewComponent.qml @@ -69,6 +69,7 @@ QQC2.Control { Layout.fillHeight: true width: Kirigami.Units.smallSpacing color: Kirigami.Theme.highlightColor + radius: Kirigami.Units.cornerRadius } Image { id: previewImage diff --git a/src/timeline/ReplyComponent.qml b/src/timeline/ReplyComponent.qml index fa23ff19e..e24b51cb6 100644 --- a/src/timeline/ReplyComponent.qml +++ b/src/timeline/ReplyComponent.qml @@ -63,6 +63,7 @@ RowLayout { implicitWidth: Kirigami.Units.smallSpacing color: root.replyAuthor.color + radius: Kirigami.Units.cornerRadius } ColumnLayout { id: contentColumn