ookami-kb / storybook_flutter

A storybook for Flutter widgets.
https://pub.dev/packages/storybook_flutter
MIT License
284 stars 63 forks source link

feat: Change background to white #132

Closed witwash closed 6 months ago

witwash commented 7 months ago

This PR would roll back the background color change after the Materal3 was enabled in Flutter. Material 3 looks good, apart from that beige color that looks off when inserted as an iframe.

witwash commented 7 months ago

@ookami-kb, any thoughts about this one? I see it is failing on the golden test. Those fails are not related to the changes, if I'm not mistaken.

ookami-kb commented 7 months ago

Yeah, looks like the problem with Flutter updated, I'll check it.

ookami-kb commented 6 months ago

@witwash try merging it with master now

witwash commented 6 months ago

I'll do it other, less intrusive, way. See https://github.com/MewsSystems/mews-flutter/pull/546