maxkeppeler / sheets

⭐ ‎‎‎‏‏‎ ‎Offers a range of beautiful sheets (dialogs & bottom sheets) for quick use in your project. Includes many ways to customize sheets.
https://maxkeppeler.github.io/sheets/
Apache License 2.0
923 stars 77 forks source link

Text on Positive & Negative buttons in InputSheet not showing properly... #75

Closed Surekha95 closed 3 years ago

Surekha95 commented 3 years ago

I'm unable set the styles for positive and negative buttons in input sheet. Sort

maxkeppeler commented 3 years ago

What kind of style are you using? The parent style should be Theme.MaterialComponents...

btraas commented 3 years ago

I have the same with Theme.MaterialComponents.Light.DarkActionBar.Bridge. Switching to Theme.MaterialComponents.Light.DarkActionBar works fine

maxkeppeler commented 3 years ago

Didn't know it doesn't work with .Bridge as I've not used it before. Apologies.