ubuntu / archive_yaru.dart

Ubuntu Yaru Flutter Theme
https://ubuntu.github.io/yaru.dart/
Mozilla Public License 2.0
336 stars 40 forks source link

fix: reduce dark snackbar border brightness #386

Closed Feichtmeier closed 1 year ago

Feichtmeier commented 1 year ago

sorry, now 1 review is required before merge :+1:

grafik

reducing the brightness a bit

should we force a width in the theme or should users chose what they want in SnackBar()?

Feichtmeier commented 1 year ago

Also, is it maybe a bit too dark? what about this rather

grafik

Feichtmeier commented 1 year ago

grafik

grafik

Final result

Jupi007 commented 1 year ago

should we force a width in the theme or should users chose what they want in SnackBar()?

I think we should set a better default. It doesn't look pretty at all currently with the full width.

Jupi007 commented 1 year ago

What about 350.0?

image

Feichtmeier commented 1 year ago

I wonder what happens if one puts too much stuff in there, will it force the size or expand?

Jupi007 commented 1 year ago

It expands in height:

image

But if somebody want to put too much stuff, he can define a different width if needed.