Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RadCalendar - Event text color #1542

Open
adammo14 opened this issue Jan 17, 2022 · 0 comments
Open

RadCalendar - Event text color #1542

adammo14 opened this issue Jan 17, 2022 · 0 comments

Comments

@adammo14
Copy link

adammo14 commented Jan 17, 2022

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:

  • 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"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant