Skip to content

Commit

Permalink
#92 Fix inline PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ismailgulek committed Jun 26, 2022
1 parent 3357911 commit 7704c31
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@

import Foundation
import SwiftUI
import Combine

import Introspect

struct TimelineItemBubbledStylerView<Content: View>: View {

Expand All @@ -19,7 +16,6 @@ struct TimelineItemBubbledStylerView<Content: View>: View {

@Environment(\.colorScheme) private var colorScheme
@ScaledMetric private var minBubbleWidth = 44
@ScaledMetric private var avatarSize = 26

var body: some View {
VStack(alignment: timelineItem.isOutgoing ? .trailing : .leading, spacing: -5) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,12 @@

import Foundation
import SwiftUI
import Combine

import Introspect

struct TimelineItemPlainStylerView<Content: View>: View {

let timelineItem: EventBasedTimelineItemProtocol
@ViewBuilder let content: () -> Content

@ScaledMetric private var avatarSize = 26

var body: some View {
VStack(alignment: .leading) {
header
Expand Down

0 comments on commit 7704c31

Please sign in to comment.