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.

fix: restore accent color in gallery editor sheet

The create gallery sheet didn't inherit the app's tint because sheets
break the SwiftUI tint cascade. Add explicit .tint to the sheet content.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

+1
+1
Grain/Views/Feed/FeedView.swift
··· 123 123 feedRefreshID = UUID() 124 124 } 125 125 } 126 + .tint(Color("AccentColor")) 126 127 } 127 128 .fullScreenCover(item: $deepLinkStoryAuthor) { author in 128 129 StoryViewer(