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

Horizontal dark line always visible below week days #430

Open
JamesRaphaelJRC opened this issue Dec 19, 2024 · 1 comment
Open

Horizontal dark line always visible below week days #430

JamesRaphaelJRC opened this issue Dec 19, 2024 · 1 comment
Assignees
Labels
more-info-required Information provided is not enough to understand issue. waiting-for-resoponse Waiting for someone to respond.

Comments

@JamesRaphaelJRC
Copy link

Hi team, I really appreciate your efforts for creating and maintaining this package.
Please i noticed there is this dark line that is always visible after the week days in the WeekView(). I have tried removing it by even recreating the weekDay builder but it still persists meanwhile it is not present for DayView and MonthView.
How do i remove this line (Please see the attachment below)

image

@shubham-jitiya-simform
Copy link
Contributor

Hi, @JamesRaphaelJRC
I think Divider in InternalWeekViewPage causing the issue. Could you please check by updating thickness of divider. Because I can reproduce it but it has grey color and screenshot which you have shared has black color.


287.  Divider(
             thickness: 15,
             height: 1,
           ),

@shubham-jitiya-simform shubham-jitiya-simform added more-info-required Information provided is not enough to understand issue. waiting-for-resoponse Waiting for someone to respond. labels Dec 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
more-info-required Information provided is not enough to understand issue. waiting-for-resoponse Waiting for someone to respond.
Projects
None yet
Development

No branches or pull requests

2 participants