-
Couldn't load subscription status.
- Fork 348
Closed
Labels
a-designVisual and UX designVisual and UX design
Milestone
Description
Flutter's Material implementation recently changed its default from Material 2 to Material 3:
- Change the default for
ThemeData.useMaterial3to true flutter/flutter#129724 - ☂️ Make
useMaterial3: trueby default flutter/flutter#127064
Chat discussion here.
We should follow along, because M2 support will eventually be deprecated and removed. But first, we should fix things that currently look wrong in M3 mode.
So:
- set
useMaterial3: falseagain, temporarily -> design: Stay on Material 2 for now #231 - fix the bottom app bar in lightbox — see chat thread
- for the buttons in the choose-account screen and home screen, either change them or decide we like their new pastel-and-rounded look
- for the app bar, either change the color or decide we like the new pastel look
- keep the line height in message content unchanged — see ui: Fix some design deviations in the recent DMs page; migrate to Material Design 3 #380 (comment)
- (adjust anything else we spot that needs adjusting)
- drop
useMaterial3: falseand return to the new default of true - Any
TODO(material-3)s
Metadata
Metadata
Assignees
Labels
a-designVisual and UX designVisual and UX design
Type
Projects
Status
Done