iOS client for Grain grain.social
ios photography atproto
7
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: tint comment input pill glass effect

+1 -1
+1 -1
Grain/Views/Comments/CommentSheetContent.swift
··· 162 162 .onChange(of: commentText) { mentionState.update(text: commentText) } 163 163 .padding(.horizontal, 18) 164 164 .padding(.vertical, 12) 165 - .glassEffect(.regular, in: .capsule) 165 + .glassEffect(.regular.tint(.primary.opacity(0.1)), in: .capsule) 166 166 167 167 let isEmpty = commentText.trimmingCharacters(in: .whitespacesAndNewlines).isEmpty 168 168 if !isEmpty {