fluffychat merge
This commit is contained in:
commit
e64f5850e1
5 changed files with 33472 additions and 33486 deletions
|
|
@ -114,9 +114,6 @@ abstract class FluffyThemes {
|
||||||
systemNavigationBarColor: colorScheme.surface,
|
systemNavigationBarColor: colorScheme.surface,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
listTileTheme: ListTileThemeData(
|
|
||||||
subtitleTextStyle: TextStyle(color: colorScheme.outline, fontSize: 14),
|
|
||||||
),
|
|
||||||
outlinedButtonTheme: OutlinedButtonThemeData(
|
outlinedButtonTheme: OutlinedButtonThemeData(
|
||||||
style: OutlinedButton.styleFrom(
|
style: OutlinedButton.styleFrom(
|
||||||
side: BorderSide(
|
side: BorderSide(
|
||||||
|
|
|
||||||
23193
lib/l10n/intl_nb.arb
23193
lib/l10n/intl_nb.arb
File diff suppressed because it is too large
Load diff
21910
lib/l10n/intl_pl.arb
21910
lib/l10n/intl_pl.arb
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
|
@ -90,10 +90,10 @@ class ChatAppBarTitle extends StatelessWidget {
|
||||||
builder: (context, presence) {
|
builder: (context, presence) {
|
||||||
final lastActiveTimestamp =
|
final lastActiveTimestamp =
|
||||||
presence?.lastActiveTimestamp;
|
presence?.lastActiveTimestamp;
|
||||||
final style = Theme.of(context)
|
final style = TextStyle(
|
||||||
.listTileTheme
|
fontSize: 12,
|
||||||
.subtitleTextStyle
|
color: Theme.of(context).colorScheme.outline,
|
||||||
?.copyWith(fontSize: 12);
|
);
|
||||||
if (presence?.currentlyActive == true) {
|
if (presence?.currentlyActive == true) {
|
||||||
return Text(
|
return Text(
|
||||||
L10n.of(context).currentlyActive,
|
L10n.of(context).currentlyActive,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue