diff --git a/Mastodon/In Progress New Layout and Datamodel/InlinePostPreview.swift b/Mastodon/In Progress New Layout and Datamodel/InlinePostPreview.swift index c373e5aec..60c72c151 100644 --- a/Mastodon/In Progress New Layout and Datamodel/InlinePostPreview.swift +++ b/Mastodon/In Progress New Layout and Datamodel/InlinePostPreview.swift @@ -27,7 +27,7 @@ struct InlinePostPreview: View { .frame(maxWidth: .infinity) .background { RoundedRectangle(cornerRadius: 8) - .fill(colorScheme == .dark ? AnyShapeStyle(.separator) : AnyShapeStyle(.clear)) + .fill(colorScheme == .dark ? AnyShapeStyle(Color(UIColor.secondarySystemBackground)) : AnyShapeStyle(.clear)) .stroke(.separator) } }