|
@@ -292,7 +292,7 @@ class _Avatar extends StatelessWidget { |
|
@@ -292,7 +292,7 @@ class _Avatar extends StatelessWidget { |
|
292
|
style: TextStyle(
|
292
|
style: TextStyle(
|
|
293
|
color: context.colors.textPrimary,
|
293
|
color: context.colors.textPrimary,
|
|
294
|
fontSize: 14,
|
294
|
fontSize: 14,
|
|
295
|
- fontWeight: FontWeight.w400,
|
295
|
+ fontWeight: FontWeight.w500,
|
|
296
|
),
|
296
|
),
|
|
297
|
),
|
297
|
),
|
|
298
|
),
|
298
|
),
|
|
@@ -319,7 +319,7 @@ class _Avatar extends StatelessWidget { |
|
@@ -319,7 +319,7 @@ class _Avatar extends StatelessWidget { |
|
319
|
style: TextStyle(
|
319
|
style: TextStyle(
|
|
320
|
color: context.colors.textPrimary,
|
320
|
color: context.colors.textPrimary,
|
|
321
|
fontSize: 14,
|
321
|
fontSize: 14,
|
|
322
|
- fontWeight: FontWeight.w400,
|
322
|
+ fontWeight: FontWeight.w500,
|
|
323
|
),
|
323
|
),
|
|
324
|
),
|
324
|
),
|
|
325
|
),
|
325
|
),
|
|
@@ -342,7 +342,7 @@ class _Avatar extends StatelessWidget { |
|
@@ -342,7 +342,7 @@ class _Avatar extends StatelessWidget { |
|
342
|
style: TextStyle(
|
342
|
style: TextStyle(
|
|
343
|
color: context.colors.textSecondary,
|
343
|
color: context.colors.textSecondary,
|
|
344
|
fontSize: 14,
|
344
|
fontSize: 14,
|
|
345
|
- fontWeight: FontWeight.w400,
|
345
|
+ fontWeight: FontWeight.w500,
|
|
346
|
),
|
346
|
),
|
|
347
|
),
|
347
|
),
|
|
348
|
),
|
348
|
),
|