ProgressNS / nativescript-ui-feedback

This repository is used for customer feedback regarding Telerik UI for NativeScript. The issues system here is used by customers who want to submit their feature requests or vote for existing ones.
Other
115 stars 21 forks source link

RadCalendar - Event text color #1542

Open adammo14 opened 2 years ago

adammo14 commented 2 years ago

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.

image

Which platform(s) does your issue occur on?

Both

Please provide the following version numbers that your issue occurs with:

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"/>