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

How to add Class or change CSS of Skip and Next Buttons #258

Open
hypesol opened this issue Feb 15, 2022 · 2 comments
Open

How to add Class or change CSS of Skip and Next Buttons #258

hypesol opened this issue Feb 15, 2022 · 2 comments

Comments

@hypesol
Copy link

hypesol commented Feb 15, 2022

Hi

I want to change style on SKIP and NEXT links in the bottom and want to give my own styles like button. So how i can do this please guide me.

Thanks

@shahid-nawaz-sl
Copy link

In react native

_renderNextButton = () => {
    return (
      <Text style={styles.buttonNext}>Next</Text>
    );
  };
  
  buttonNext: {
    bottom:53,
    height:56,
    minWidth:108,
    borderRadius:10,
    paddingHorizontal:20,
    paddingVertical:10,
    backgroundColor:'#fff',
    fontSize:24,
    lineHeight:35,
    fontFamily:'Inter-Bold',
    color:'#480CA8',
    textAlign:'center'
  },

@hypesol
Copy link
Author

hypesol commented Feb 24, 2022

Thanks

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

2 participants