-
Notifications
You must be signed in to change notification settings - Fork 35
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
The49 bottomsheet theme and snackbar not compatible #134
Comments
Try that one, as you won't have to include the above style: https://github.com/softlion/The49.Maui.BottomSheet |
That's the nuget I've been using :( |
Which version ? It is working only since yesterday. |
8.0.3 o don't seem to see another one |
https://www.nuget.org/packages/Vapolia.The49.Maui.BottomSheet/ Check "prerelease". Use the latest one 8.0.4-ci-11553625483 |
Im using .net 8 it's not compatible :( |
It's now net8 compatible |
i've removed the style and installed the new version but the bottomsheet doesnt have corners. and if i dont remove the style it appears correctly , but snackbar background is gray blackish |
<?xml version="1.0" encoding="utf-8" ?> <resources> <style name="Maui.MainTheme" parent="Theme.Material3.DayNight"></style> </resources>
Since in the49 I have to include this theme, I've notice that snackbar background doesn't change and only appears to black/gray color? Is there a way to work around this ? If I delete the style, the bottomsheet looses the round corners and other behaviours
The text was updated successfully, but these errors were encountered: