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

weekendDateNameStyle and weekendDateNumberStyle not working #341

Open
mr-kelk opened this issue Apr 3, 2022 · 4 comments
Open

weekendDateNameStyle and weekendDateNumberStyle not working #341

mr-kelk opened this issue Apr 3, 2022 · 4 comments

Comments

@mr-kelk
Copy link

mr-kelk commented Apr 3, 2022

weekendDateNameStyle and weekendDateNumberStyle not working.

<CalendarStrip
         style={{ height: 40, paddingTop: 20, paddingBottom: 15 }}
         calendarHeaderStyle={{ height: 0, opacity: 0 }}
         daySelectionAnimation={{ border: "border", duration: 200,  borderWidth: 1, borderBottomColor: COLORS.darkblue }}
         styleWeekend = {true}
         iconLeft = {null}
         iconRight = {null}
         selectedDate={moment()}
         startingDate={moment()}
         dateNameStyle={[{ color: COLORS.darkgray }, Styles.TextData ]}
         dateNumberStyle={[{ color: COLORS.darkgray }, Styles.TextData ]} 
         highlightDateNumberStyle={[{ color: COLORS.lightblue}, Styles.TextData ]}
         highlightDateNameStyle={[{  color: COLORS.lightblue }, Styles.TextData]}
         weekendDateNameStyle={[{ color: COLORS.grayline}, Styles.TextData ]}
         weekendDateNumberStyle={[{ color: COLORS.grayline }, Styles.TextData ]}
         iconContainer={{flex: 0.000001}}
         scrollToOnSetSelectedDate={false}
         scrollable={true}
         scrollerPaging={true}
       />

the color does not change, what to do ?

@zhizas
Copy link

zhizas commented Jun 10, 2022

+1

2 similar comments
@Dien090497
Copy link

+1

@kkai0828
Copy link

+1

@nwdeer
Copy link

nwdeer commented Nov 22, 2023

Same issue

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

5 participants