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

Fix digit overflow on google pixel device #35

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

prayuditb
Copy link

Hello @talalmajali,

I've found a style bug and it's happen on some device. The digits are overflow and here is screenshot
ss

and this how I call this component

<CountDown
  digitBgColor='#F5928D'
  digitTxtColor='#FFFFFF'
  timeTxtColor='#F5928D'
  timeLabelStyle={{display:'none'}}
  until={diffTime}
  timeToShow={['H', 'M', 'S']}
  onFinish={this.failedTransfer}
  size={20}
  digitStyle={{padding:20}}
/>

@UsamaParkar
Copy link

Hi, I have encountered the same issue on a smaller device. Did you find a solution/fix for this problem?

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

Successfully merging this pull request may close these issues.

2 participants