nativescript-ui-feedback
nativescript-ui-feedback copied to clipboard
RadCalendar - Event text color
Please, provide the details below:
Tell us about the problem
I'm having trouble styling event text color on Day/Week view. Is this even possible to modify it or am I stuck with white? This can be an issue when using a very light background colour for events which in my case is controlled by api.
Which platform(s) does your issue occur on?
Both
Please provide the following version numbers that your issue occurs with:
- nativescript-ui-calendar 6.1.0
- CLI: 8.1.5
- Cross-platform modules: 6.5.12
- Runtime(s): 6.5.3
Is there code involved? If so, please share the minimal amount of code needed to recreate the problem.
I tried using styling guide from this: https://v7.docs.nativescript.org/angular/ui/ng-components/ng-calendar/styling link
HTML:
<calendar:RadCalendar #mainCalendar id="calendar" viewMode="{{calendarView}}" [eventSource]="calendarEvents"
eventsViewMode="Inline" selectionMode="Single" [displayedDate]="displayedDate" (dateSelected)="onDateSelected($event)"
(dateDeselected)="onDateDeselected($event)" (navigatedToDate)="navigatedToDate($event)" [dayViewStyle]="dayViewStyle" [weekViewStyle]="weekViewStyle" [monthViewStyle]="monthViewStyle"/>