File tree Expand file tree Collapse file tree 3 files changed +150
-24
lines changed
src/Bible.Alarm/Views/Schedule Expand file tree Collapse file tree 3 files changed +150
-24
lines changed Original file line number Diff line number Diff line change 6868 HorizontalTextAlignment =" Start"
6969 LineBreakMode =" WordWrap"
7070 Text =" {Binding LanguageDisplayText}"
71- TextColor =" {DynamicResource TextPrimaryColor }"
71+ TextColor =" {StaticResource PrimaryColor }"
7272 VerticalOptions =" Center"
7373 VerticalTextAlignment =" Center" />
7474
200200 HorizontalTextAlignment =" Start"
201201 LineBreakMode =" WordWrap"
202202 Text =" {Binding SectionDisplayText}"
203- TextColor =" {DynamicResource TextPrimaryColor }"
203+ TextColor =" {StaticResource PrimaryColor }"
204204 VerticalOptions =" Center"
205205 VerticalTextAlignment =" Center" />
206206 <!-- Arrow Indicator -->
263263 HorizontalTextAlignment =" Start"
264264 LineBreakMode =" WordWrap"
265265 Text =" {Binding TrackDisplayText}"
266- TextColor =" {DynamicResource TextPrimaryColor }"
266+ TextColor =" {StaticResource PrimaryColor }"
267267 VerticalOptions =" Center"
268268 VerticalTextAlignment =" Center" />
269269 <!-- Arrow Indicator -->
Original file line number Diff line number Diff line change 135135 LineBreakMode =" WordWrap"
136136 MinimumHeightRequest =" 24"
137137 Text =" {Binding MusicTypeDisplayText, Mode=OneWay}"
138- TextColor =" {DynamicResource TextPrimaryColor }"
138+ TextColor =" {StaticResource PrimaryColor }"
139139 VerticalOptions =" Center"
140140 VerticalTextAlignment =" Center" />
141141 <Border Grid.Column=" 1"
198198 LineBreakMode =" WordWrap"
199199 MinimumHeightRequest =" 24"
200200 Text =" {Binding MusicLanguageDisplayText}"
201- TextColor =" {DynamicResource TextPrimaryColor }"
201+ TextColor =" {StaticResource PrimaryColor }"
202202 VerticalOptions =" Center"
203203 VerticalTextAlignment =" Center" />
204204 <Border Grid.Column=" 1"
262262 LineBreakMode =" WordWrap"
263263 MinimumHeightRequest =" 24"
264264 Text =" {Binding SongPublicationDisplayText}"
265- TextColor =" {DynamicResource TextPrimaryColor }"
265+ TextColor =" {StaticResource PrimaryColor }"
266266 VerticalOptions =" Center"
267267 VerticalTextAlignment =" Center" />
268268 <Border Grid.Column=" 1"
324324 LineBreakMode =" WordWrap"
325325 MinimumHeightRequest =" 24"
326326 Text =" {Binding TrackDisplayText}"
327- TextColor =" {DynamicResource TextPrimaryColor }"
327+ TextColor =" {StaticResource PrimaryColor }"
328328 VerticalOptions =" Center"
329329 VerticalTextAlignment =" Center" />
330330 <Grid Grid.Column=" 1"
You can’t perform that action at this time.
0 commit comments