File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Notification Agent.xcodeproj
Shared/Views/AccessoryViews/SwiftUI Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 3621
3621
repositoryURL = "https://github.com/NuPlay/RichText.git";
3622
3622
requirement = {
3623
3623
kind = upToNextMajorVersion;
3624
- minimumVersion = 2.0.0 ;
3624
+ minimumVersion = 2.4.1 ;
3625
3625
};
3626
3626
};
3627
3627
B97F10C225DD682900E15245 /* XCRemoteSwiftPackageReference "SwiftyMarkdown" */ = {
Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ struct AccessoryViewWrapper: View {
48
48
ScrollView {
49
49
RichText ( html: source. accessoryView. payload ?? " " )
50
50
. colorScheme ( source. accessoryView. type == . htmlwhitebox ? . light : . auto)
51
+ . customCSS ( " td { color: " + ( source. accessoryView. type == . htmlwhitebox ? NSColor . black : NSColor . labelColor) . hexString + " ; } " )
51
52
. padding ( source. accessoryView. type == . htmlwhitebox ? 4 : 0 )
52
53
}
53
54
. frame ( maxHeight: AppComponent . current == . popup ? 300 : . infinity)
You can’t perform that action at this time.
0 commit comments